Ticket #7646: fix_doc_typo.patch

File fix_doc_typo.patch, 920 bytes (added by oss.2012.team+C1@…, 10 years ago)

Patch for libs/fusion/doc/tuple.qbk

  • libs/fusion/doc/tuple.qbk

     
    9191    template<typename T1, typename T2, ..., typename TN>
    9292    tuple<T1&, T2&, ..., TN&> tie(T1& t1, T2& t2, ..., TN& tn);
    9393
    94 [*Returns]: tuple<T1&, T2&, ..., TN&>(t1, t2, ..., tN). When argument `ti` is `ignore`, assigning any value to the corresponding tuple element has has no effect.
     94[*Returns]: tuple<T1&, T2&, ..., TN&>(t1, t2, ..., tN). When argument `ti` is `ignore`, assigning any value to the corresponding tuple element has no effect.
    9595
    9696[endsect]
    9797
     
    254254
    255255[*Type]: `T2`
    256256
    257 [*Value]: Returns thetype of the second element of the pair
     257[*Value]: Returns the type of the second element of the pair
    258258
    259259    template<int I, typename T1, typename T2>
    260260    P& get(std::pair<T1, T2>& pr);