diff options
| author | mochalins <117967760+mochalins@users.noreply.github.com> | 2025-05-23 17:02:52 +0900 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-06-02 07:24:06 -0700 |
| commit | 4e1ffdca6d97c1bddc460835c94b16bc64284861 (patch) | |
| tree | 80c27b0e509c8d7001619af27a33794f4bcad3c4 /docs/ref/api/id_map.md | |
| parent | 1323aece0712522ccb2bf432b5085889a3513fa8 (diff) | |
| download | nng-4e1ffdca6d97c1bddc460835c94b16bc64284861.tar.gz nng-4e1ffdca6d97c1bddc460835c94b16bc64284861.tar.bz2 nng-4e1ffdca6d97c1bddc460835c94b16bc64284861.zip | |
Fix typos across docs, comments, and CMake
Diffstat (limited to 'docs/ref/api/id_map.md')
| -rw-r--r-- | docs/ref/api/id_map.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/api/id_map.md b/docs/ref/api/id_map.md index fcbae848..b25c9e64 100644 --- a/docs/ref/api/id_map.md +++ b/docs/ref/api/id_map.md @@ -23,7 +23,7 @@ can also be randomly within the range. The identifiers are 64-bit unsigned integers and can be sparse; the structure will use space efficiently even if identifiers are very far apart. -{{footnote: The ID map is capable of storing at most 2<sup>32</sup> identifiers, even though the identifers may +{{footnote: The ID map is capable of storing at most 2<sup>32</sup> identifiers, even though the identifiers may themselves be much larger than this.}} > [!IMPORTANT] @@ -66,7 +66,7 @@ with it. > [!NOTE] > The `nng_id_map_free` frees the map itself, but will not free memory associated with -> any strctures contained within it. +> any structures contained within it. ## Store a Value |
