Skip to content

Commit 81f1d68

Browse files
CaseyCarterjensmaurer
authored andcommitted
[range.filter.overview] Avoid double-negative. (#3355)
1 parent 7b08a8b commit 81f1d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ranges.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2685,8 +2685,8 @@
26852685
\rSec3[range.filter.overview]{Overview}
26862686

26872687
\pnum
2688-
\tcode{filter_view} presents a \libconcept{view} of an underlying sequence
2689-
without the elements that fail to satisfy a predicate.
2688+
\tcode{filter_view} presents a \libconcept{view} of the elements
2689+
of an underlying sequence that satisfy a predicate.
26902690

26912691
\pnum
26922692
\begin{example}

0 commit comments

Comments
 (0)