diff --git a/tmpw2001-paper/iter-adaptor.tex b/tmpw2001-paper/iter-adaptor.tex index e4e6075..cca310c 100644 --- a/tmpw2001-paper/iter-adaptor.tex +++ b/tmpw2001-paper/iter-adaptor.tex @@ -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}