Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-08-27 19:01:34


Author: danieljames
Date: 2007-08-27 19:01:34 EDT (Mon, 27 Aug 2007)
New Revision: 39027
URL: http://svn.boost.org/trac/boost/changeset/39027

Log:
Fix a typo.
Text files modified:
   sandbox/unordered/libs/unordered/doc/ref.xml | 8 ++++----
   1 files changed, 4 insertions(+), 4 deletions(-)

Modified: sandbox/unordered/libs/unordered/doc/ref.xml
==============================================================================
--- sandbox/unordered/libs/unordered/doc/ref.xml (original)
+++ sandbox/unordered/libs/unordered/doc/ref.xml 2007-08-27 19:01:34 EDT (Mon, 27 Aug 2007)
@@ -483,7 +483,7 @@
                 <type>std::pair&lt;iterator, iterator&gt;</type>
               </signature>
               <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
                   <code><functionname>std::make_pair</functionname>(<methodname>b.end</methodname>(),<methodname>b.end</methodname>())</code>.
                   </para>
@@ -1099,7 +1099,7 @@
                 <type>std::pair&lt;iterator, iterator&gt;</type>
               </signature>
               <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
                   <code><functionname>std::make_pair</functionname>(<methodname>b.end</methodname>(),<methodname>b.end</methodname>())</code>.
                   </para>
@@ -1734,7 +1734,7 @@
                 <type>std::pair&lt;iterator, iterator&gt;</type>
               </signature>
               <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
                   <code><functionname>std::make_pair</functionname>(<methodname>b.end</methodname>(),<methodname>b.end</methodname>())</code>.
                   </para>
@@ -2378,7 +2378,7 @@
                 <type>std::pair&lt;iterator, iterator&gt;</type>
               </signature>
               <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
                   <code><functionname>std::make_pair</functionname>(<methodname>b.end</methodname>(),<methodname>b.end</methodname>())</code>.
                   </para>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk