aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/api/aio.md
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-12-31 11:50:48 -0800
committerGarrett D'Amore <garrett@damore.org>2024-12-31 11:50:48 -0800
commit2a4a14646f95b21cbc8f9b5bef8d76cd0fe04fec (patch)
tree5d208e74fda47f30b8200ceec2a9e49dab77bfae /docs/ref/api/aio.md
parent9f7549cc201f53943ef16a0eed1fa88416b1f286 (diff)
downloadnng-2a4a14646f95b21cbc8f9b5bef8d76cd0fe04fec.tar.gz
nng-2a4a14646f95b21cbc8f9b5bef8d76cd0fe04fec.tar.bz2
nng-2a4a14646f95b21cbc8f9b5bef8d76cd0fe04fec.zip
docs: progress on socket document conversion
Diffstat (limited to 'docs/ref/api/aio.md')
-rw-r--r--docs/ref/api/aio.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/api/aio.md b/docs/ref/api/aio.md
index 58c8e4f9..1e6f76fa 100644
--- a/docs/ref/api/aio.md
+++ b/docs/ref/api/aio.md
@@ -290,7 +290,7 @@ void nng_aio_set_iov(nng_aio *aio, unsigned nio, const nng_iov *iov);
```
{{hi:`nng_iov`}}
-Some asynchronous operations, such as those dealing with [streams], use {{i:scatter}} or {{i:gather}}
+Some asynchronous operations, such as those dealing with [streams][stream], use {{i:scatter}} or {{i:gather}}
vectors, where data to be transferred is either gathered from multiple separate regions of memory, or
scattered into separate regions of memory. For example a message may have a header located at one location
in memory, and a payload located in another.
@@ -310,7 +310,7 @@ and if necessary resubmit the operation with a suitably updated vector of `nng_i
[Synchronization][synchronization],
[Threads][thread],
-[Streams][streams],
+[Streams][stream],
[Time][time]
{{#include ../xref.md}}