mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
fixed spellcheck/lint issues on running make in ./scripts/ (#1134)
This commit is contained in:
committed by
Andrew Pardoe
parent
25d9d12e15
commit
888067d6ff
@@ -20207,7 +20207,7 @@ Minimize unintentional conversions.
|
|||||||
##### Example, good
|
##### Example, good
|
||||||
|
|
||||||
void print(int i);
|
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(1); // clear, automatic type matching
|
||||||
print("xyzzy"); // clear, automatic type matching
|
print("xyzzy"); // clear, automatic type matching
|
||||||
|
|||||||
@@ -24073,6 +24073,7 @@ clutter/GSD
|
|||||||
cluttered/U
|
cluttered/U
|
||||||
cm
|
cm
|
||||||
cnidarian/MS
|
cnidarian/MS
|
||||||
|
cnt
|
||||||
co/DES
|
co/DES
|
||||||
coach/MSRDG
|
coach/MSRDG
|
||||||
coacher/M
|
coacher/M
|
||||||
|
|||||||
Reference in New Issue
Block a user