Spell check the unordered container quickbook files.

[SVN r41123]
This commit is contained in:
Daniel James
2007-11-15 23:36:33 +00:00
parent a42f9ba834
commit 29a0e5d163
5 changed files with 15 additions and 15 deletions

View File

@@ -14,7 +14,7 @@ will have more buckets).
In order to decide which bucket to place an element in, the container applies
the hash function, `Hash`, to the element's key (for `unordered_set` and
`unordered_multiset` the key is the whole element, but is refered to as the key
`unordered_multiset` the key is the whole element, but is referred to as the key
so that the same terminology can be used for sets and maps). This returns a
value of type `std::size_t`. `std::size_t` has a much greater range of values
then the number of buckets, so that container applies another transformation to