Opened 10 years ago

Closed 10 years ago

#7957 closed Bugs (fixed)

Hash: typo in the documentation

Reported by: Akim Demaille <akim.demaille@…> Owned by: Daniel James
Milestone: To Be Determined Component: hash
Version: Boost 1.52.0 Severity: Cosmetic
Keywords: doc Cc:

Description

Index: doc/rationale.qbk
===================================================================
--- doc/rationale.qbk	(révision 82664)
+++ doc/rationale.qbk	(copie de travail)
@@ -38,7 +38,7 @@
 Thomas Wang's hash function]. This this may not work as
 well as a hash algorithm tailored for the input.
 
-For strings that are several fast, high quality hash functions
+For strings there are several fast, high quality hash functions
 available (for example [@http://code.google.com/p/smhasher/ MurmurHash3]
 and [@http://code.google.com/p/cityhash/ Google's CityHash]),
 although they tend to be more machine specific.

Change History (2)

comment:1 by Daniel James, 10 years ago

(In [82674]) Hash: Fix typo, refs #7957.

comment:2 by Daniel James, 10 years ago

Resolution: fixed
Status: newclosed

(In [82827]) Hash: Merge documentation fixes. Fixes #7957.

Note: See TracTickets for help on using tickets.