aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_http_handler_set_method.3http.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_http_handler_set_method.3http.adoc')
-rw-r--r--docs/man/nng_http_handler_set_method.3http.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_http_handler_set_method.3http.adoc b/docs/man/nng_http_handler_set_method.3http.adoc
index d2ae88d0..1ddbb15a 100644
--- a/docs/man/nng_http_handler_set_method.3http.adoc
+++ b/docs/man/nng_http_handler_set_method.3http.adoc
@@ -40,7 +40,7 @@ NOTE: No validation of the _method_ is performed, but HTTP specifications
insist that the actual method sent over the wire be capitalized.
The handler may always examine the actual method used using the
-<<nng_http_req_get_method.3http#,`nng_http_req_get_method()`>> function.
+`<<nng_http_req_get_method.3http#,nng_http_req_get_method()>>` function.
== RETURN VALUES