Skip to content

Commit 9719888

Browse files
authored
Update ios-functions.md fix typo (#4071)
showps→showpos
1 parent 8716659 commit 9719888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/ios-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ A reference to the object from which *str* is derived.
456456
457457
`noshowpos` is on by default.
458458
459-
The manipulator effectively calls `str.`[unsetf](../standard-library/ios-base-class.md#unsetf)`(ios_base::showps)`, then returns *str*.
459+
The manipulator effectively calls `str.`[unsetf](../standard-library/ios-base-class.md#unsetf)`(ios_base::showpos)`, then returns *str*.
460460
461461
### Example
462462

0 commit comments

Comments
 (0)