Skip to content

Commit 433b7af

Browse files
authored
[range.take.overview] Fix punctuation (#5564)
1 parent 314fa9e commit 433b7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4966,7 +4966,7 @@
49664966
then
49674967
\tcode{ranges::iota_view(*ranges::begin(E),
49684968
*(ranges::begin(E) + std::\linebreak{}min<D>(ranges::distance(E), F)))},
4969-
except that \tcode{E} is evaluated only once;
4969+
except that \tcode{E} is evaluated only once.
49704970

49714971
\item
49724972
Otherwise, \tcode{ranges::take_view(E, F)}.

0 commit comments

Comments
 (0)