Skip to content

Commit 09f24e2

Browse files
authored
Merge pull request #3192 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
2 parents f170b6d + 8aec4a2 commit 09f24e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/standard-library/basic-ios-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ class basic_ios : public ios_base
2020
### Parameters
2121
2222
*Elem*\
23-
A type.
23+
A character type.
2424
2525
*Traits*\
26-
A variable of type `char_traits`.
26+
A type providing information about the character type, defaults to `char_traits < Elem >`.
2727
2828
## Remarks
2929

0 commit comments

Comments
 (0)