Skip to content

Commit 4a6e06f

Browse files
committed
[depr.str.strstreams] Fix typo and inconsistent formatting.
1 parent 02ccd2f commit 4a6e06f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/future.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -925,6 +925,7 @@
925925
\tcode{strstreambuf}
926926
object to control the associated array object.
927927
For the sake of exposition, the maintained data is presented here as:
928+
928929
\begin{itemize}
929930
\item
930931
\tcode{sb}, the \tcode{strstreambuf} object.
@@ -1168,17 +1169,16 @@
11681169
\pnum
11691170
The class
11701171
\tcode{strstream}
1171-
supports reading and writing from objects of classs
1172-
\tcode{strstreambuf.}
1172+
supports reading and writing from objects of class
1173+
\tcode{strstreambuf}.
11731174
It supplies a
11741175
\tcode{strstreambuf}
11751176
object to control the associated array object.
1176-
For the sake of exposition, the maintained data is presented here as
1177+
For the sake of exposition, the maintained data is presented here as:
1178+
11771179
\begin{itemize}
11781180
\item
1179-
\tcode{sb}, the
1180-
\tcode{strstreambuf}
1181-
object.
1181+
\tcode{sb}, the \tcode{strstreambuf} object.
11821182
\end{itemize}
11831183

11841184
\rSec3[depr.strstream.cons]{\tcode{strstream} constructors}

0 commit comments

Comments
 (0)