Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-12-16 05:11:00


Author: danieljames
Date: 2007-12-16 05:11:00 EST (Sun, 16 Dec 2007)
New Revision: 42093
URL: http://svn.boost.org/trac/boost/changeset/42093

Log:
Small documentation tweak.
Text files modified:
   sandbox/unordered/libs/unordered/doc/buckets.qbk | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/unordered/libs/unordered/doc/buckets.qbk
==============================================================================
--- sandbox/unordered/libs/unordered/doc/buckets.qbk (original)
+++ sandbox/unordered/libs/unordered/doc/buckets.qbk 2007-12-16 05:11:00 EST (Sun, 16 Dec 2007)
@@ -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]
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk