aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/api/util/nng_strerror.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/api/util/nng_strerror.md')
-rw-r--r--docs/ref/api/util/nng_strerror.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/api/util/nng_strerror.md b/docs/ref/api/util/nng_strerror.md
index 82d2f840..a48f9f54 100644
--- a/docs/ref/api/util/nng_strerror.md
+++ b/docs/ref/api/util/nng_strerror.md
@@ -14,10 +14,10 @@ const char *nng_strerror(int err);
## DESCRIPTION
-The `nng_strerror` returns the human-readable description of the
+The {{i:`nng_strerror`}} returns the human-readable description of the
given error in `err`.
-The returned error message is provided in US English, but in the
+The returned {{i:error message}} is provided in US English, but in the
future locale-specific strings may be presented instead.
> [!NOTE]