Skip to content

Commit fc53c9e

Browse files
jensmaurertkoeppe
authored andcommitted
[fpos] Fix typo in exposition-only member
1 parent 324dfd4 commit fc53c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@
16361636
// \ref{fpos.members}, members
16371637
stateT state() const;
16381638
void state(stateT);
1639-
private;
1639+
private:
16401640
stateT st; // \expos
16411641
};
16421642
}

0 commit comments

Comments
 (0)