Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f0f7ba2

Browse files
jensmaurerzygoloid
authored andcommitted
[lib] Use '(inclusive)', not other punctuation
to indicate inclusive ranges in prose.
1 parent 5ba461e commit f0f7ba2

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

source/locales.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4231,8 +4231,8 @@
42314231
or in the range from
42324232
\tcode{'0'}
42334233
through
4234-
\tcode{'9'},
4235-
inclusive)
4234+
\tcode{'9'}
4235+
(inclusive))
42364236
stored in
42374237
\tcode{digits}.
42384238
\begin{example}
@@ -4664,8 +4664,8 @@
46644664
in the range
46654665
\tcode{'0'}
46664666
through
4667-
\tcode{'9'},
4668-
inclusive, and
4667+
\tcode{'9'}
4668+
(inclusive) and
46694669
\tcode{ct}
46704670
is a reference of type
46714671
\tcode{const ctype<charT>\&}

source/numerics.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3917,8 +3917,7 @@
39173917
\begin{itemdescr}
39183918
\pnum\returns A nondeterministic random value,
39193919
uniformly distributed
3920-
between \tcode{min()} and \tcode{max()},
3921-
inclusive.
3920+
between \tcode{min()} and \tcode{max()} (inclusive).
39223921
It is \impldef{how \tcode{random_device::operator()} generates values}
39233922
how these values are generated.
39243923

source/strings.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5535,7 +5535,7 @@
55355535
the multibyte character
55365536
that corresponds to the U+0000 Unicode character
55375537
(which is the value stored).
5538-
\item between \tcode{1} and \tcode{n} inclusive,
5538+
\item between \tcode{1} and \tcode{n} (inclusive),
55395539
if the next n or fewer bytes complete a valid multibyte character
55405540
(which is the value stored);
55415541
the value returned is the number of bytes that complete the multibyte character.

0 commit comments

Comments
 (0)