aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_http_handler_get_data.3http.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_http_handler_get_data.3http.adoc')
-rw-r--r--docs/man/nng_http_handler_get_data.3http.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_http_handler_get_data.3http.adoc b/docs/man/nng_http_handler_get_data.3http.adoc
index b179fd34..f1a1a700 100644
--- a/docs/man/nng_http_handler_get_data.3http.adoc
+++ b/docs/man/nng_http_handler_get_data.3http.adoc
@@ -28,7 +28,7 @@ int nng_http_handler_get_data(nng_http_handler *handler, void *data,
The `nng_http_handler_get_data()` function returns the data previously
stored on _handler_ using the function
-<<nng_http_handler_set_data.3http#,`nng_http_handler_set_data()`>>.
+`<<nng_http_handler_set_data.3http#,nng_http_handler_set_data()>>`.
== RETURN VALUES