Skip to content

Commit f2e8352

Browse files
committed
Fix spelling error and missing formatting.
1 parent 82b8ce6 commit f2e8352

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5533,7 +5533,7 @@
55335533
\pnum
55345534
\effects
55355535
Behaves as an unformatted input function (\ref{istream.unformatted}), except that it does not count the number of characters extracted and
5536-
does not affect the value returned by subsequent calls to is.gcount(). After
5536+
does not affect the value returned by subsequent calls to \tcode{is.gcount()}. After
55375537
constructing a sentry object extracts characters as long as the next available
55385538
character \tcode{c} is whitespace or until there are no more characters in the sequence.
55395539
Whitespace characters are distinguished with the same criterion as used by

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2614,7 +2614,7 @@
26142614
threads may introduce a data race. The conditions under which this may occur are specified
26152615
in~\ref{res.on.data.races}. \begin{note} Modifying an object of a standard library type that is
26162616
shared between threads risks undefined behavior unless objects of that type are explicitly
2617-
specified as being sharable without data races or the user supplies a locking mechanism. \end{note}
2617+
specified as being shareable without data races or the user supplies a locking mechanism. \end{note}
26182618

26192619
\pnum
26202620
If an object of a standard library type is accessed, and

0 commit comments

Comments
 (0)