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

@@ -68,7 +68,7 @@ Similarly, a custom hash function can be used for custom types:
boost::unordered_multiset<point, std::equal_to<point>, point_hash>
points;
Although, customizing Boost.Hash is probably a better solution:
Although, customising Boost.Hash is probably a better solution:
struct point {
int x;