$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2008-01-06 08:05:37
Author: danieljames
Date: 2008-01-06 08:05:37 EST (Sun, 06 Jan 2008)
New Revision: 42524
URL: http://svn.boost.org/trac/boost/changeset/42524
Log:
Minor tweak.
Text files modified: 
   branches/unordered/trunk/libs/unordered/doc/hash_equality.qbk |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/unordered/trunk/libs/unordered/doc/hash_equality.qbk
==============================================================================
--- branches/unordered/trunk/libs/unordered/doc/hash_equality.qbk	(original)
+++ branches/unordered/trunk/libs/unordered/doc/hash_equality.qbk	2008-01-06 08:05:37 EST (Sun, 06 Jan 2008)
@@ -26,8 +26,8 @@
 An example implementation of FNV-1, and some other hash functions are supplied
 in the examples directory.
 
-Alternatively, you might wish to use a different equality function. If so, make
-sure you use a hash function that matches it. So to implement a
+Alternatively, you might wish to use a different equality function. If you do
+this you will need to use a hash function that matches it. So to implement a
 case-insensitive dictionary:
 
 [import src_code/insensitive.cpp]