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

[lib] Use '(inclusive)', not other punctuation #2776

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/locales.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4231,8 +4231,8 @@
or in the range from
\tcode{'0'}
through
\tcode{'9'},
inclusive)
\tcode{'9'}
(inclusive))
stored in
\tcode{digits}.
\begin{example}
Expand Down Expand Up @@ -4664,8 +4664,8 @@
in the range
\tcode{'0'}
through
\tcode{'9'},
inclusive, and
\tcode{'9'}
(inclusive) and
\tcode{ct}
is a reference of type
\tcode{const ctype<charT>\&}
Expand Down
3 changes: 1 addition & 2 deletions source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3966,8 +3966,7 @@
\begin{itemdescr}
\pnum\returns A nondeterministic random value,
uniformly distributed
between \tcode{min()} and \tcode{max()},
inclusive.
between \tcode{min()} and \tcode{max()} (inclusive).
It is \impldef{how \tcode{random_device::operator()} generates values}
how these values are generated.

Expand Down
2 changes: 1 addition & 1 deletion source/strings.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5533,7 +5533,7 @@
the multibyte character
that corresponds to the U+0000 Unicode character
(which is the value stored).
\item between \tcode{1} and \tcode{n} inclusive,
\item between \tcode{1} and \tcode{n} (inclusive),
if the next n or fewer bytes complete a valid multibyte character
(which is the value stored);
the value returned is the number of bytes that complete the multibyte character.
Expand Down