From 7e023df1821246881f0bef598aa31dc931e952d1 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 2 May 2007 21:44:56 +0000 Subject: [PATCH] Another typo. [SVN r37569] --- hash/doc/tutorial.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash/doc/tutorial.qbk b/hash/doc/tutorial.qbk index 0e5aa1e..e30a181 100644 --- a/hash/doc/tutorial.qbk +++ b/hash/doc/tutorial.qbk @@ -119,7 +119,7 @@ When writing a hash function, first look at how the equality function works. Objects that are equal must generate the same hash value. When objects are not equal they should generate different hash values. In this object equality was based just on the id so the hash function -only hash the id. If it was based on the object's name and author +only hashes the id. If it was based on the object's name and author then the hash function should take them into account (how to do this is discussed in the next section). ]