From 7cfd6f756d4a1dd31fd21f55b7772dc567dc3b42 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Thu, 13 Sep 2001 13:56:37 +0000 Subject: [PATCH] removed redundant "in in" [SVN r11111] --- tmpw2001-paper/iter-adaptor.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}