From 8746836df0cc1df6e1eea9364f9dd0e91b4c78b0 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 16 Dec 2007 10:11:00 +0000 Subject: [PATCH] Small documentation tweak. [SVN r42093] --- doc/buckets.qbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/buckets.qbk b/doc/buckets.qbk index b1f34389..57cabdc0 100644 --- a/doc/buckets.qbk +++ b/doc/buckets.qbk @@ -7,8 +7,8 @@ The containers are made up of a number of 'buckets', each of which can contain any number of elements. For example, the following diagram shows an [classref boost::unordered_set unordered_set] with 7 buckets containing 5 elements, `A`, -`B`, `C`, `D` and `E` (this is just for illustration, in practice containers -will have more buckets). +`B`, `C`, `D` and `E` (this is just for illustration, containers will typically +have more buckets). [$../../libs/unordered/doc/diagrams/buckets.png]