aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/proto
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-10-14 23:03:01 -0700
committerGarrett D'Amore <garrett@damore.org>2024-10-14 23:03:01 -0700
commit1e5a79637471c1add6e673954f02736d07c2c3a8 (patch)
tree7c17f7090db3674e32ab3ac736a8b2eb3727b97f /docs/ref/proto
parent8405efef94a1edcd4d58e6053d17d4dc0e1fcd26 (diff)
downloadnng-1e5a79637471c1add6e673954f02736d07c2c3a8.tar.gz
nng-1e5a79637471c1add6e673954f02736d07c2c3a8.tar.bz2
nng-1e5a79637471c1add6e673954f02736d07c2c3a8.zip
Minor fixes for () in docs
Diffstat (limited to 'docs/ref/proto')
-rw-r--r--docs/ref/proto/pub.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/proto/pub.md b/docs/ref/proto/pub.md
index 40a75706..55292f7a 100644
--- a/docs/ref/proto/pub.md
+++ b/docs/ref/proto/pub.md
@@ -22,7 +22,7 @@ Applications should construct their messages accordingly.
## Socket Operations
-The [`nng_pub0_open()`][nng_pub_open] functions create a publisher socket.
+The [`nng_pub0_open`][nng_pub_open] functions create a publisher socket.
This socket may be used to send messages, but is unable to receive them.
Attempts to receive messages will result in `NNG_ENOTSUP`.