mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 19:33:55 +00:00
Fix typo
This commit is contained in:
parent
65d85b7760
commit
75cc10fdfa
@ -109,7 +109,7 @@ public class ObjcClientCodegen extends DefaultCodegen implements CodegenConfig {
|
|||||||
"break", "enum", "register", "typedef",
|
"break", "enum", "register", "typedef",
|
||||||
"case", "extern", "return", "union",
|
"case", "extern", "return", "union",
|
||||||
"char", "float", "short", "unsigned",
|
"char", "float", "short", "unsigned",
|
||||||
"co nst", "for", "signed", "void",
|
"const", "for", "signed", "void",
|
||||||
"continue", "goto", "sizeof", "volatile",
|
"continue", "goto", "sizeof", "volatile",
|
||||||
"default", "if", "id", "static", "while",
|
"default", "if", "id", "static", "while",
|
||||||
"do", "int", "struct", "_Packed",
|
"do", "int", "struct", "_Packed",
|
||||||
|
Loading…
Reference in New Issue
Block a user