Skip to content

Commit f4e8309

Browse files
jwakelytkoeppe
authored andcommitted
[ostream.formatted.reqmts],[ostream.unformatted] "that object" not "this object"
Avoid saying "this object" when not talking about `*this`.
1 parent 5d544ae commit f4e8309

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/iostreams.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6248,7 +6248,7 @@
62486248
\pnum
62496249
Each formatted output function begins execution by constructing an object of class
62506250
\tcode{sentry}.
6251-
If this object returns
6251+
If that object returns
62526252
\tcode{true}
62536253
when converted to a value of type
62546254
\tcode{bool},
@@ -6664,7 +6664,7 @@
66646664
unformatted
66656665
output function begins execution by constructing an object of class
66666666
\tcode{sentry}.
6667-
If this object returns
6667+
If that object returns
66686668
\tcode{true},
66696669
while converting to a value of type
66706670
\tcode{bool},
@@ -6766,7 +6766,7 @@
67666766
If
67676767
\tcode{rdbuf()}
67686768
is not a null pointer,
6769-
constructs a sentry object. If this object returns \tcode{true} when converted to a value of type \tcode{bool} the function
6769+
constructs a sentry object. If that object returns \tcode{true} when converted to a value of type \tcode{bool} the function
67706770
calls
67716771
\tcode{rdbuf()->pubsync()}.
67726772
If that function returns -1

0 commit comments

Comments
 (0)