Skip to content

Commit 331b6a6

Browse files
jwakelyzygoloid
authored andcommitted
[stringbuf.virtuals] balance parentheses in seekoff table
1 parent 48c0e75 commit 331b6a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/iostreams.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7664,8 +7664,8 @@
76647664
positions the output sequence \\ \rowsep
76657665
\tcode{(which \& (ios_base::in |}\br
76667666
\tcode{ios_base::out)) ==}\br
7667-
\tcode{(ios_base::in) |}\br
7668-
\tcode{ios_base::out))}\br
7667+
\tcode{(ios_base::in |}\br
7668+
\tcode{ios_base::out)}\br
76697669
and \tcode{way ==} either\br
76707670
\tcode{ios_base::beg} or\br
76717671
\tcode{ios_base::end} &

0 commit comments

Comments
 (0)