diff options
| author | Mikhail Romanko <me@blankhex.com> | 2025-06-22 18:48:26 +0300 |
|---|---|---|
| committer | Mikhail Romanko <me@blankhex.com> | 2025-06-22 18:48:26 +0300 |
| commit | 77470adbcdecb14934ec56734be1fcd9b5c42304 (patch) | |
| tree | 06b593285cb65f67443d036df7dbce5d6b88350d /doc/Manual/en/BH_Hashmap.pod | |
| parent | 6ff689696949aeac13fe7059a30e4fb999c876e0 (diff) | |
| download | bhlib-77470adbcdecb14934ec56734be1fcd9b5c42304.tar.gz | |
Remove trailing whitespace
Diffstat (limited to 'doc/Manual/en/BH_Hashmap.pod')
| -rw-r--r-- | doc/Manual/en/BH_Hashmap.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Manual/en/BH_Hashmap.pod b/doc/Manual/en/BH_Hashmap.pod index 1688a2a..5e8545c 100644 --- a/doc/Manual/en/BH_Hashmap.pod +++ b/doc/Manual/en/BH_Hashmap.pod @@ -9,14 +9,14 @@ BH_Hashmap - unordered associative array =head1 SYNTAX #include <BH/Hashmap.h> - + cc prog.c -o prog -lbh =head1 DESCRIPTION -The BH_Hashmap library provides an implementation of an unordered associative -array based on a hash table. It allows you to store and retrieve data by key +The BH_Hashmap library provides an implementation of an unordered associative +array based on a hash table. It allows you to store and retrieve data by key efficiently. @@ -142,7 +142,7 @@ Returns the maximum load factor. Sets the maximum load factor I<factor>. -The new value of the maximum load factor will be applied on the next call to +The new value of the maximum load factor will be applied on the next call to L</BH_HashmapInsert> or L</BH_HashmapReserve>. |
