diff --git a/doc/unordered/buckets.adoc b/doc/unordered/buckets.adoc index 25f268ed..2cc1f9c0 100644 --- a/doc/unordered/buckets.adoc +++ b/doc/unordered/buckets.adoc @@ -260,7 +260,7 @@ The diagram shows the basic internal layout of `boost::unordered_flat_map` and .Open-addressing layout used by Boost.Unordered. image::foa.png[align=center] -As with all open-addressing containers, elements are stored directly into the bucket array. +As with all open-addressing containers, elements are stored directly in the bucket array. This array is logically divided into 2^_n_^ _groups_ of 15 elements each. In addition to the bucket array, there is an associated _metadata array_ with 2^_n_^ 16-byte words.