aboutsummaryrefslogtreecommitdiff
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 13cc49fc..414512c4 100644
--- a/docs/man/nng_aio.5.adoc
+++ b/docs/man/nng_aio.5.adoc
@@ -31,7 +31,7 @@ can only be used with a single operation at a time.
Asynchronous operations are performed without blocking calling application
threads.
-Instead the application registers a "`callback`" function to be executed
+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.