Fix more “a”/“an” typos

This commit is contained in:
Frank Steffahn 2021-08-22 17:27:18 +02:00
parent b08b92eb42
commit 2396fad095
18 changed files with 20 additions and 20 deletions

View file

@ -30,7 +30,7 @@ struct 对__否;
struct __χ;
//~^ ERROR type `ヒ__χ` should have an upper camel case name
// also cannot have lowercase letter next to a underscore.
// also cannot have lowercase letter next to an underscore.
// so this triggers the lint:
struct Hello_你好;