Skip to content

Commit 514099c

Browse files
gdamoreJaylinYu
authored andcommitted
fixes #1851 fix error in NNG_OPT_UNSUBSCRIBE description
1 parent fbd4faf commit 514099c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/man/nng_sub.7.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ TIP: To receive all messages, an empty topic (zero length) can be used.
7676

7777
((`NNG_OPT_SUB_UNSUBSCRIBE`))::
7878

79-
This option, also read-only, removes a topic from the subscription list.
79+
This option, also write-only, removes a topic from the subscription list.
8080
Note that if the topic was not previously subscribed to with
8181
`NNG_OPT_SUB_SUBSCRIBE` then an `NNG_ENOENT` error will result.
8282

0 commit comments

Comments
 (0)