Skip to content

Commit

Permalink
Minor fixes for () in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Oct 15, 2024
1 parent 8405efe commit 1e5a796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ref/proto/pub.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion docs/ref/tran/socket.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for the [_tcp_][tcp] transport, but this is an implementation detail and subject

> [!NOTE]
> This transport is _experimental_, and at present is only supported on POSIX platforms.
> {{footnote: Windows lacks a suitable `socketpair()` equivalent function we could use.}}
> {{footnote: Windows lacks a suitable `socketpair` equivalent function we could use.}}
## Registration

Expand Down

0 comments on commit 1e5a796

Please sign in to comment.