Skip to content

Commit c6640d3

Browse files
committed
fix declaration
1 parent f3c177e commit c6640d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference/bitset/bitset/op_constructor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ constexpr explicit bitset(
3939
basic_string_view<CharT, Traits> str,
4040
typename basic_string_view<CharT, Traits>::size_type pos = 0,
4141
typename basic_string_view<CharT, Traits>::size_type n =
42-
basic_string_view<charT, Traits>::npos,
42+
basic_string_view<CharT, Traits>::npos,
4343
CharT zero = CharT('0'),
4444
CharT one = CharT('1')); // (4) C++26
4545

0 commit comments

Comments
 (0)