Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
docs(nits) - don't mention arc
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 committed Nov 20, 2018
1 parent 57219d1 commit 88b1950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parity-clib/parity.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void* parity_subscribe_ws(const void *const parity, const char* ws_query, size_t
/// Unsubscribes from a websocket subscription. Caution this function consumes the session object and must only be
/// used exactly once per session.
///
/// - session : Underlying pointer to an atomic reference counter
/// - session : Pointer to the session to unsubscribe from
///
int parity_unsubscribe_ws(const void *const session);

Expand Down

0 comments on commit 88b1950

Please sign in to comment.