Skip to content

Commit 95c971d

Browse files
committed
[char.traits.specializations]: Use "class template" instead of "template struct".
1 parent ed49c8a commit 95c971d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/strings.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
The header
302302
\tcode{<string>}
303303
shall define four
304-
specializations of the template struct
304+
specializations of the class template
305305
\tcode{char_traits}:
306306
\tcode{char_traits<\brk{}char>},
307307
\tcode{char_traits<char16_t>},

0 commit comments

Comments
 (0)