small linguistic cleanups

[SVN r21747]
This commit is contained in:
Dave Abrahams
2004-01-15 00:06:57 +00:00
parent c3fd7076c1
commit 792acdb408
12 changed files with 43 additions and 42 deletions

View File

@ -92,8 +92,8 @@ Otherwise, ``counting_iterator`` models the same iterator traversal
concepts modeled by ``Incrementable``.
``counting_iterator<X,C1,D1>`` is interoperable with
``counting_iterator<Y,C2,D2>`` if and only if iterator ``X`` is
interoperable with iterator ``Y``.
``counting_iterator<Y,C2,D2>`` if and only if ``X`` is
interoperable with ``Y``.