Fixed typo

[SVN r81164]
This commit is contained in:
Joel de Guzman
2012-11-03 23:44:36 +00:00
parent f760ed7b8f
commit d01148d339

View File

@ -494,7 +494,7 @@ Deferences the data property associated with the element referenced by an associ
template<
typename I
>
typename __result_of_deref_data__<I>::type deref(I const& i);
typename __result_of_deref_data__<I>::type deref_data(I const& i);
[table Parameters
[[Parameter] [Requirement] [Description]]