removed redundant "in in"

[SVN r11111]
This commit is contained in:
Jeremy Siek
2001-09-13 13:56:37 +00:00
parent 4e1b693ee2
commit 7cfd6f756d

View File

@ -55,7 +55,7 @@ representatives of other abstract concept families.
Iterators play an important role in modern \Cpp\ programming. The
iterator is the central abstraction of the algorithms of the Standard
Library, allowing algorithms to be re-used in in a wide variety of
Library, allowing algorithms to be re-used in a wide variety of
contexts.
\subsection{Iterators}