From da13263e122dac37b9480667bc2efa221a636790 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 28 Mar 2006 16:46:49 +0000 Subject: [PATCH] Fix typo in the hash tutorial. [SVN r33507] --- 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 762c275..d68fe6e 100644 --- a/hash/doc/tutorial.qbk +++ b/hash/doc/tutorial.qbk @@ -12,7 +12,7 @@ If your standard library supplies its own implementation of the unordered associative containers and you wish to use [classref boost::hash], just use an extra template parameter: - std::unordered_multiset, ``[classref boost::hash]`` > + std::unordered_multiset > set_of_ints; std::unordered_set, ``[classref boost::hash]`` >