$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2008-01-06 07:39:01
Author: danieljames
Date: 2008-01-06 07:39:01 EST (Sun, 06 Jan 2008)
New Revision: 42520
URL: http://svn.boost.org/trac/boost/changeset/42520
Log:
Minor tweak.
Text files modified: 
   branches/unordered/dev/libs/unordered/doc/intro.qbk |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/unordered/dev/libs/unordered/doc/intro.qbk
==============================================================================
--- branches/unordered/dev/libs/unordered/doc/intro.qbk	(original)
+++ branches/unordered/dev/libs/unordered/doc/intro.qbk	2008-01-06 07:39:01 EST (Sun, 06 Jan 2008)
@@ -78,8 +78,8 @@
         class ``[classref boost::unordered_multimap unordered_multimap]``;
     }
 
-If using Boost.TR1, these classes will be included from `<unordered_set>` and
-`<unordered_map>`, with the classes included in the `std::tr1` namespace.
+When using Boost.TR1, these classes are included from `<unordered_set>` and
+`<unordered_map>`, with the classes added to the `std::tr1` namespace.
 
 The containers are used in a similar manner to the normal associative
 containers: