Skip to content

Commit 6f70f82

Browse files
authored
[range.repeat.view] Fix typo (#5765)
1 parent 8dce0bd commit 6f70f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3408,7 +3408,7 @@
34083408
(@\exposid{is-integer-like}@<Bound> || @\libconcept{same_as}@<Bound, unreachable_sentinel_t>))
34093409
class @\libglobal{repeat_view}@ : public view_interface<repeat_view<W, Bound>> {
34103410
private:
3411-
// \ref{range.repeat.iterator}, class \tcode{range_view::\exposid{iterator}}
3411+
// \ref{range.repeat.iterator}, class \tcode{repeat_view::\exposid{iterator}}
34123412
struct @\exposid{iterator}@; // \expos
34133413

34143414
@\exposid{movable-box}@<W> @\exposid{value_}@ = W(); // \expos, see \ref{range.move.wrap}

0 commit comments

Comments
 (0)