aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/api/util
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-10-06 21:39:58 -0700
committerGarrett D'Amore <garrett@damore.org>2024-10-06 21:39:58 -0700
commitbb8996f783dcf51c45ab52ead1bd78adefaf35a2 (patch)
treeaac0d764cef58a82e6149a0a62ffd275f4b1b7c6 /docs/ref/api/util
parent1ca231debcd1cf9f9f67ef1afda095e8c28d8975 (diff)
downloadnng-bb8996f783dcf51c45ab52ead1bd78adefaf35a2.tar.gz
nng-bb8996f783dcf51c45ab52ead1bd78adefaf35a2.tar.bz2
nng-bb8996f783dcf51c45ab52ead1bd78adefaf35a2.zip
Minor indexing markup fix
Diffstat (limited to 'docs/ref/api/util')
-rw-r--r--docs/ref/api/util/nng_id_map.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/api/util/nng_id_map.md b/docs/ref/api/util/nng_id_map.md
index a7057ba0..0fbf6427 100644
--- a/docs/ref/api/util/nng_id_map.md
+++ b/docs/ref/api/util/nng_id_map.md
@@ -74,10 +74,10 @@ This can be used to replace a previously allocated identifier.
If the identifier was not previously allocated, then it is allocated as part of the call.
This function does not necessarily honor the identifier range limits set for the map when it was allocated.
-The {{:`nng_id_alloc`}} function allocates a new identifier from the range for the map, and associates it with
+The {{i:`nng_id_alloc`}} function allocates a new identifier from the range for the map, and associates it with
the supplied _value_.
-The {{:`nng_id_remove`}} function removes the identifier and its associated value from the table.
+The {{i:`nng_id_remove`}} function removes the identifier and its associated value from the table.
### Iteration