Skip to content

Commit 8911644

Browse files
committed
Fixup: typos introduced while merging
1 parent 2614dda commit 8911644

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
@@ -2389,7 +2389,7 @@
23892389
\item \tcode{\placeholdernc{decay-copy}(E)} if the decayed type of \tcode{E}
23902390
models \libconcept{View}.
23912391

2392-
\item Otherwise, \tcode{ref-view\{E\}} if that expression is well-formed.
2392+
\item Otherwise, \tcode{ref_view\{E\}} if that expression is well-formed.
23932393

23942394
\item Otherwise, \tcode{subrange\{E\}}.
23952395
\end{itemize}
@@ -2440,7 +2440,7 @@
24402440
\begin{itemdecl}
24412441
template<@\placeholder{not-same-as}@<ref_view> T>
24422442
requires @\seebelow@
2443-
constexpr @ref_view@(T&& t);
2443+
constexpr ref_view(T&& t);
24442444
\end{itemdecl}
24452445

24462446
\begin{itemdescr}

0 commit comments

Comments
 (0)