summaryrefslogtreecommitdiff
path: root/docs/man/nng_aio.5.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_aio.5.adoc')
-rw-r--r--docs/man/nng_aio.5.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_aio.5.adoc b/docs/man/nng_aio.5.adoc
index 414512c4..d2b10324 100644
--- a/docs/man/nng_aio.5.adoc
+++ b/docs/man/nng_aio.5.adoc
@@ -35,7 +35,7 @@ Instead the application registers a callback function to be executed
when the operation is complete (whether successfully or not).
This callback will be executed exactly once.
-The asynchronous I/O framework in _nng_ also supports cancellation of
+The asynchronous I/O framework also supports cancellation of
operations that are already in progress
(see xref:nng_aio_cancel.3.adoc[`nng_aio_cancel()`]), as well setting a maximum
timeout for them to complete within