Fix a typo.

[SVN r39027]
This commit is contained in:
Daniel James
2007-08-27 23:01:34 +00:00
parent 048eed8315
commit f5a56fee81

View File

@@ -483,7 +483,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
<type>std::pair&lt;iterator, iterator&gt;</type> <type>std::pair&lt;iterator, iterator&gt;</type>
</signature> </signature>
<returns> <returns>
<para>A range with containing all elements with key equivalent to <code>k</code>. <para>A range containing all elements with key equivalent to <code>k</code>.
If the container doesn't container any such elements, returns If the container doesn't container any such elements, returns
<code><functionname>std::make_pair</functionname>(<methodname>b.end</methodname>(),<methodname>b.end</methodname>())</code>. <code><functionname>std::make_pair</functionname>(<methodname>b.end</methodname>(),<methodname>b.end</methodname>())</code>.
</para> </para>
@@ -1099,7 +1099,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
<type>std::pair&lt;iterator, iterator&gt;</type> <type>std::pair&lt;iterator, iterator&gt;</type>
</signature> </signature>
<returns> <returns>
<para>A range with containing all elements with key equivalent to <code>k</code>. <para>A range containing all elements with key equivalent to <code>k</code>.
If the container doesn't container any such elements, returns If the container doesn't container any such elements, returns
<code><functionname>std::make_pair</functionname>(<methodname>b.end</methodname>(),<methodname>b.end</methodname>())</code>. <code><functionname>std::make_pair</functionname>(<methodname>b.end</methodname>(),<methodname>b.end</methodname>())</code>.
</para> </para>
@@ -1734,7 +1734,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
<type>std::pair&lt;iterator, iterator&gt;</type> <type>std::pair&lt;iterator, iterator&gt;</type>
</signature> </signature>
<returns> <returns>
<para>A range with containing all elements with key equivalent to <code>k</code>. <para>A range containing all elements with key equivalent to <code>k</code>.
If the container doesn't container any such elements, returns If the container doesn't container any such elements, returns
<code><functionname>std::make_pair</functionname>(<methodname>b.end</methodname>(),<methodname>b.end</methodname>())</code>. <code><functionname>std::make_pair</functionname>(<methodname>b.end</methodname>(),<methodname>b.end</methodname>())</code>.
</para> </para>
@@ -2378,7 +2378,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
<type>std::pair&lt;iterator, iterator&gt;</type> <type>std::pair&lt;iterator, iterator&gt;</type>
</signature> </signature>
<returns> <returns>
<para>A range with containing all elements with key equivalent to <code>k</code>. <para>A range containing all elements with key equivalent to <code>k</code>.
If the container doesn't container any such elements, returns If the container doesn't container any such elements, returns
<code><functionname>std::make_pair</functionname>(<methodname>b.end</methodname>(),<methodname>b.end</methodname>())</code>. <code><functionname>std::make_pair</functionname>(<methodname>b.end</methodname>(),<methodname>b.end</methodname>())</code>.
</para> </para>