commit | 5a98ded8c26d938adf10962c8a8a5e553de00e23 | [log] [tgz] |
---|---|---|
author | Phil Wyett <philip.wyett@kathenas.org> | Thu Dec 14 17:49:03 2023 +0000 |
committer | GitHub <noreply@github.com> | Thu Dec 14 09:49:03 2023 -0800 |
tree | 80e46cc47bbe35b371c6b098b2af96a58bf8fc87 | |
parent | 68e6af409dbfa9e958a149b27352a85b725a2f3a [diff] |
Update nn_pubsub.adoc (#1102) Typo of initial
diff --git a/doc/nn_pubsub.adoc b/doc/nn_pubsub.adoc index b932b1a..55ef462 100644 --- a/doc/nn_pubsub.adoc +++ b/doc/nn_pubsub.adoc
@@ -28,7 +28,7 @@ nn_setsockopt (s, NN_SUB, NN_SUB_SUBSCRIBE, "Hello", 5); ---- -Will match any message with intial 5 bytes being "Hello", for example, +Will match any message with initial 5 bytes being "Hello", for example, message "Hello, World!" will match. Topic with zero length matches any message.