typos (closes #349)

This commit is contained in:
joaquintides
2026-05-22 20:31:55 +02:00
committed by GitHub
parent 669918498c
commit 846ea5a38c
@@ -12,7 +12,7 @@ array, and insertions into an already occupied bucket are diverted to available
vicinity of the original position. This type of data layout is known as _open addressing_.
As a result of its using open addressing, the interface of `boost::unordered_flat_set` deviates in
a number of aspects from that of `boost::unordered_flat_set`/`std::unordered_flat_set`:
a number of aspects from that of `boost::unordered_set`/`std::unordered_set`:
- `value_type` must be move-constructible.
- Pointer stability is not kept under rehashing.