Skip to content

Commit

Permalink
Minor fixes to mdbook docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Oct 12, 2024
1 parent 6ab70ad commit 0f7ad00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/ref/api/msg/nng_msg_header.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ should be considered overhead in the protocols where they appear.
> [!TIP]
> Most applications should not need to access the message header content
> directly, unless they ar working with [raw mode][raw] sockets.
> directly, unless they are working with [raw mode][raw] sockets.
The `nng_msg_header` function returns a pointer to the start of the header
content of the message _msg_.
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 @@ -2,7 +2,7 @@

## Description

The {{i:_socket_ transport}} supports communication between
The {{i:*socket* transport}} supports communication between
peers across arbitrary BSD sockets, such as those that are
created with [`nng_socket_pair`][nng_socket_pair].

Expand Down
2 changes: 1 addition & 1 deletion docs/ref/tran/udp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Description

The {{i:_udp_ transport}} supports communication between peers using {{i:UDP}}.
The {{i:*udp* transport}} supports communication between peers using {{i:UDP}}.

UDP is a very light-weight connection-less, unreliable, unordered delivery mechanism.

Expand Down

0 comments on commit 0f7ad00

Please sign in to comment.