mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
make hunspell happy
This commit is contained in:
parent
75cc9a102f
commit
3e61563a0c
|
@ -2160,7 +2160,7 @@ are often filled in by name at the call site.
|
|||
|
||||
##### Reason
|
||||
|
||||
Abstract classes that are empty (have no nonstatic member data) are more likely to be stable than base classes with state.
|
||||
Abstract classes that are empty (have no non-static member data) are more likely to be stable than base classes with state.
|
||||
|
||||
##### Example, bad
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user