fixed typo.

[SVN r14798]
This commit is contained in:
Ronald Garcia 2002-08-12 20:47:54 +00:00
parent 03d906976b
commit f4336ec693

View File

@ -19,7 +19,7 @@ Defined in header
<p>
The transform iterator adaptor augments an iterator by applying some
function object to the result of dereferencing the iterator. Another
function object to the result of dereferencing the iterator. In other
words, the <tt>operator*</tt> of the transform iterator first
dereferences the base iterator, passes the result of this to the
function object, and then returns the result. The following