From d8dd3da9abe888dec8004fdfd76cfdb0d23c6ee7 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Sun, 11 Feb 2001 02:38:08 +0000 Subject: [PATCH] small edit [SVN r9099] --- filter_iterator.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filter_iterator.htm b/filter_iterator.htm index 3c79776..1a416e9 100644 --- a/filter_iterator.htm +++ b/filter_iterator.htm @@ -114,8 +114,8 @@ The output is: Iterator -The iterator type being wrapped. This type must be a model - of either the InputIterator concept or the OutputIterator concept. +The iterator type being wrapped. This type must at least be a model + of the InputIterator concept.