aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_http_res_set_reason.3http.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_http_res_set_reason.3http.adoc')
-rw-r--r--docs/man/nng_http_res_set_reason.3http.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_http_res_set_reason.3http.adoc b/docs/man/nng_http_res_set_reason.3http.adoc
index 096be393..fed03c2f 100644
--- a/docs/man/nng_http_res_set_reason.3http.adoc
+++ b/docs/man/nng_http_res_set_reason.3http.adoc
@@ -30,7 +30,7 @@ associated with the response _res_ to _reason_.
If the value of _reason_ is `NULL` (the default), then a default reason
phrase is supplied based upon the value of the status code (see
-<<nng_http_res_set_status.3http#,`nng_http_res_set_status()`>>).
+`<<nng_http_res_set_status.3http#,nng_http_res_set_status()>>`).
TIP: The _reason_ is never parsed automatically, but it can be a hint for humans
to help them understand the nature of any erroroneous result.