Skip to content

Commit 8aec4a2

Browse files
authored
Merge pull request #2513 from yecril71pl/patch-1
The Traits parameter is not a variable
2 parents 4c5b50c + be2cd58 commit 8aec4a2

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)