diff options
Diffstat (limited to 'docs/ref/api/aio.md')
| -rw-r--r-- | docs/ref/api/aio.md | 4 |
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}} |
