From 725993ab954d7459e71c2a9c98b8ba34376ade90 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Mon, 28 Nov 2022 17:37:13 +0100 Subject: [PATCH] typo --- doc/unordered/buckets.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.