aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/api/stream.md
diff options
context:
space:
mode:
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`].