diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-10-11 15:53:31 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-10-11 15:53:31 -0700 |
| commit | 1c7ef583cd2116396a249807786298321c213f32 (patch) | |
| tree | f698f2c0032db48994ea49b0357618d466dffc18 /docs/ref | |
| parent | 9812f429c5ba4bc8caae14213a11446057369fa9 (diff) | |
| download | nng-1c7ef583cd2116396a249807786298321c213f32.tar.gz nng-1c7ef583cd2116396a249807786298321c213f32.tar.bz2 nng-1c7ef583cd2116396a249807786298321c213f32.zip | |
wording fixup
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/api/id_map.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/api/id_map.md b/docs/ref/api/id_map.md index b25c9e64..43b7b9fd 100644 --- a/docs/ref/api/id_map.md +++ b/docs/ref/api/id_map.md @@ -27,7 +27,7 @@ will use space efficiently even if identifiers are very far apart. themselves be much larger than this.}} > [!IMPORTANT] -> The function available for `nng_id_map` are _not_ thread-safe. +> The functions that work with `nng_id_map` are _not_ thread-safe. > Callers should use a [mutex] or similar approach when thread-safety is needed. ## Create ID Map |
