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

@ -103,8 +103,8 @@ If ``transform_iterator`` models Writable Lvalue Iterator then it is a
mutable iterator (as defined in the old iterator requirements).
``transform_iterator<F1, X, R1, V1>`` is interoperable with
``transform_iterator<F2, Y, R2, V2>`` if and only if iterator ``X`` is
interoperable with iterator ``Y``.
``transform_iterator<F2, Y, R2, V2>`` if and only if ``X`` is
interoperable with ``Y``.