fixed typo

[SVN r9183]
This commit is contained in:
Jeremy Siek 2001-02-13 04:24:24 +00:00
parent e104b00da1
commit 16272c210d

View File

@ -484,7 +484,7 @@ int main(int, char*[])
<p><a name="2">[2]</a> The result type for the <tt>operator->()</tt> <p><a name="2">[2]</a> The result type for the <tt>operator->()</tt>
depends on the category and value type of the iterator and depends on the category and value type of the iterator and
is somewhat complicated to describe. But be assured, it works is somewhat complicated to describe. But be assured, it works
in a stardard corforming fashion, providing access to members in a stardard conforming fashion, providing access to members
of the objects pointed to by the iterator. of the objects pointed to by the iterator.
<hr> <hr>