Skip to content

Commit 20b9249

Browse files
jwakelytkoeppe
authored andcommitted
[range.prim.data] Use ranges::begin(t) not ranges::begin(E)
This is consistent with the typo fixes for ranges::size done in aa9c660 as part of #3752.
1 parent bf236c1 commit 20b9249

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
@@ -925,7 +925,7 @@
925925
is a valid expression whose type models
926926
\libconcept{contiguous_iterator},
927927
\tcode{ranges::data(E)} is expression-equivalent to
928-
\tcode{to_address(ranges::begin(E))}.
928+
\tcode{to_address(ranges::begin(t))}.
929929

930930
\item
931931
Otherwise, \tcode{ranges::data(E)} is ill-formed.

0 commit comments

Comments
 (0)