Skip to content

Commit 9c165e0

Browse files
authored
[range.adaptor.object] Use \ref, not \iref, for direct reference (#4742)
1 parent 45578ff commit 9c165e0

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
@@ -3088,7 +3088,7 @@
30883088
such that \tcode{decltype((range))} models \libconcept{viewable_range},
30893089
let \tcode{args...} be arguments
30903090
such that \tcode{adaptor(range, args...)} is a well-formed expression
3091-
as specified in the rest of subclause\iref{range.adaptors}, and
3091+
as specified in the rest of subclause~\ref{range.adaptors}, and
30923092
let \tcode{BoundArgs} be a pack
30933093
that denotes \tcode{decay_t<decltype((args))>...}.
30943094
The expression \tcode{adaptor(args...)} produces a range adaptor closure object \tcode{f}

0 commit comments

Comments
 (0)