Skip to content

Commit d51e6be

Browse files
authored
[range.view] Change incorrect uses of "which" to "that" (#7606)
1 parent e70f9d1 commit d51e6be

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
@@ -1511,8 +1511,8 @@
15111511
\remarks
15121512
Pursuant to \ref{namespace.std}, users may specialize \tcode{enable_view}
15131513
to \tcode{true}
1514-
for cv-unqualified program-defined types which model \libconcept{view},
1515-
and \tcode{false} for types which do not.
1514+
for cv-unqualified program-defined types that model \libconcept{view},
1515+
and \tcode{false} for types that do not.
15161516
Such specializations shall
15171517
be usable in constant expressions\iref{expr.const} and
15181518
have type \tcode{const bool}.

0 commit comments

Comments
 (0)