From d01148d339a9c5e08c0ea9a6d797d2fae4e1c567 Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Sat, 3 Nov 2012 23:44:36 +0000 Subject: [PATCH] Fixed typo [SVN r81164] --- doc/iterator.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/iterator.qbk b/doc/iterator.qbk index 8efecda9..666bc7ac 100644 --- a/doc/iterator.qbk +++ b/doc/iterator.qbk @@ -494,7 +494,7 @@ Deferences the data property associated with the element referenced by an associ template< typename I > - typename __result_of_deref_data__::type deref(I const& i); + typename __result_of_deref_data__::type deref_data(I const& i); [table Parameters [[Parameter] [Requirement] [Description]]