Skip to content

Commit c9d6b22

Browse files
committed
fixup: minor typos
1 parent 1befda6 commit c9d6b22

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/strings.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4179,10 +4179,9 @@
41794179
size_type size_; // \expos
41804180
};
41814181

4182-
// \ref{string.view.deduct}, deduction guide
4182+
// \ref{string.view.deduct}, deduction guides
41834183
template<class It, class End>
41844184
basic_string_view(It, End) -> basic_string_view<iter_value_t<It>>;
4185-
41864185
template<class R>
41874186
basic_string_view(R&&) -> basic_string_view<ranges::range_value_t<R>>;
41884187
}
@@ -4299,7 +4298,7 @@
42994298
\begin{itemize}
43004299
\item
43014300
\tcode{R} models
4302-
\tcode{ranges::contiguous_range} and \tcode{ranges::sized_range},
4301+
\tcode{ranges::\libconcept{contiguous_range}} and \tcode{ranges::\libconcept{sized_range}},
43034302
\item
43044303
\tcode{is_same_v<ranges::range_value_t<R>, charT>} is \tcode{true},
43054304
\item
@@ -5021,7 +5020,7 @@
50215020
\begin{itemdescr}
50225021
\pnum
50235022
\constraints
5024-
\tcode{R} satisfies \tcode{ranges::contiguous_range}.
5023+
\tcode{R} satisfies \tcode{ranges::\libconcept{contiguous_range}}.
50255024
\end{itemdescr}
50265025

50275026
\rSec2[string.view.comparison]{Non-member comparison functions}

0 commit comments

Comments
 (0)