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.