aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/api/stream.md
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-10-08 18:26:51 -0700
committerGarrett D'Amore <garrett@damore.org>2025-10-08 18:26:51 -0700
commit86b4524b10b6e9eace01374ce138f8db81c6f3b9 (patch)
tree81f6c34f885b5ad7776cd23f0b03fdc31337916b /docs/ref/api/stream.md
parent9c834956456924df7c885ab8b79573721acaff5c (diff)
downloadnng-86b4524b10b6e9eace01374ce138f8db81c6f3b9.tar.gz
nng-86b4524b10b6e9eace01374ce138f8db81c6f3b9.tar.bz2
nng-86b4524b10b6e9eace01374ce138f8db81c6f3b9.zip
Minor doc fixups.
Diffstat (limited to 'docs/ref/api/stream.md')
-rw-r--r--docs/ref/api/stream.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/api/stream.md b/docs/ref/api/stream.md
index a2427a70..38c6adb8 100644
--- a/docs/ref/api/stream.md
+++ b/docs/ref/api/stream.md
@@ -36,7 +36,7 @@ The {{i:`nng_stream_send`}} function starts sending data asynchronously over the
The data is sent from the scatter/gather vector located in the [`nng_aio`] _aio_,
which must have been previously set using [`nng_aio_set_iov`].
-The {{i:`nng_stream_recv`}} function starts receiving data [asynchronously over the stream _s_
+The {{i:`nng_stream_recv`}} function starts receiving data asynchronously over the stream _s_
into the scatter/gather vector located in the [`nng_aio`] _aio_,
which must have been previously set using [`nng_aio_set_iov`].