Index: libs/fusion/doc/tuple.qbk =================================================================== --- libs/fusion/doc/tuple.qbk (revision 81014) +++ libs/fusion/doc/tuple.qbk (working copy) @@ -91,7 +91,7 @@ template tuple tie(T1& t1, T2& t2, ..., TN& tn); -[*Returns]: tuple(t1, t2, ..., tN). When argument `ti` is `ignore`, assigning any value to the corresponding tuple element has has no effect. +[*Returns]: tuple(t1, t2, ..., tN). When argument `ti` is `ignore`, assigning any value to the corresponding tuple element has no effect. [endsect] @@ -254,7 +254,7 @@ [*Type]: `T2` -[*Value]: Returns thetype of the second element of the pair +[*Value]: Returns the type of the second element of the pair template P& get(std::pair& pr);