mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
fixed spellcheck/lint issues on running make in ./scripts/ (#1134)
This commit is contained in:
parent
25d9d12e15
commit
888067d6ff
|
@ -20207,7 +20207,7 @@ Minimize unintentional conversions.
|
|||
##### Example, good
|
||||
|
||||
void print(int i);
|
||||
void print(string_view); // also works on any stringlike sequence
|
||||
void print(string_view); // also works on any string-like sequence
|
||||
|
||||
print(1); // clear, automatic type matching
|
||||
print("xyzzy"); // clear, automatic type matching
|
||||
|
|
|
@ -24073,6 +24073,7 @@ clutter/GSD
|
|||
cluttered/U
|
||||
cm
|
||||
cnidarian/MS
|
||||
cnt
|
||||
co/DES
|
||||
coach/MSRDG
|
||||
coacher/M
|
||||
|
|
Loading…
Reference in New Issue
Block a user