diff --git a/doc/sequence.qbk b/doc/sequence.qbk index 3948a2ce..2d323e37 100644 --- a/doc/sequence.qbk +++ b/doc/sequence.qbk @@ -1395,7 +1395,7 @@ Returns the actual element type associated with a Key from the __sequence__. [heading Example] typedef __map__<__pair__, __pair__, __pair__ > mymap; - BOOST_MPL_ASSERT((boost::is_same<__result_of_at_key__::type, char>)); + BOOST_MPL_ASSERT((boost::is_same<__result_of_value_at_key__::type, char>)); [endsect]