mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
NL.5: Fixed typo s/typename/template/
.
This commit is contained in:
parent
b4a0bd4310
commit
b8b88bf4ec
|
@ -13004,7 +13004,7 @@ This is not evil.
|
|||
|
||||
Some styles distinguishes types from non-types.
|
||||
|
||||
typename<typename T>
|
||||
template<typename T>
|
||||
class Hash_tbl { // maps string to T
|
||||
// ...
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user