summaryrefslogtreecommitdiff
path: root/ref/api/stream.html
diff options
context:
space:
mode:
authorgdamore <gdamore@users.noreply.github.com>2025-10-09 01:32:01 +0000
committergdamore <gdamore@users.noreply.github.com>2025-10-09 01:32:01 +0000
commit426ace3a013e7bc779686689d41f011178a26cc6 (patch)
treeac03484678fe9f75023fc45bc55f1c865da86a91 /ref/api/stream.html
parentedd3b6bc34f211bd3d58642d0c69ce1b5bb9dc3b (diff)
downloadnng-426ace3a013e7bc779686689d41f011178a26cc6.tar.gz
nng-426ace3a013e7bc779686689d41f011178a26cc6.tar.bz2
nng-426ace3a013e7bc779686689d41f011178a26cc6.zip
deploy: 86b4524b10b6e9eace01374ce138f8db81c6f3b9
Diffstat (limited to 'ref/api/stream.html')
-rw-r--r--ref/api/stream.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/api/stream.html b/ref/api/stream.html
index fd8de778..e0ddb068 100644
--- a/ref/api/stream.html
+++ b/ref/api/stream.html
@@ -277,7 +277,7 @@ void nng_stream_recv(nng_stream *s, nng_aio *aio);
<p>The <a name="a003"></a><code>nng_stream_send</code> function starts sending data asynchronously over the stream <em>s</em>.
The data is sent from the scatter/gather vector located in the <a href="../api/aio.html#asynchronous-io-handle"><code>nng_aio</code></a> <em>aio</em>,
which must have been previously set using <a href="../api/aio.html#scatter-gather-vectors"><code>nng_aio_set_iov</code></a>.</p>
-<p>The <a name="a004"></a><code>nng_stream_recv</code> function starts receiving data [asynchronously over the stream <em>s</em>
+<p>The <a name="a004"></a><code>nng_stream_recv</code> function starts receiving data asynchronously over the stream <em>s</em>
into the scatter/gather vector located in the <a href="../api/aio.html#asynchronous-io-handle"><code>nng_aio</code></a> <em>aio</em>,
which must have been previously set using <a href="../api/aio.html#scatter-gather-vectors"><code>nng_aio_set_iov</code></a>.</p>
<p>These functions return immediately, with no return value.