forked from loafle/openapi-generator-original
Fix comment typo
This commit is contained in:
parent
805433a22e
commit
a817772e25
@ -319,7 +319,7 @@ public class SwiftCodegen extends DefaultCodegen implements CodegenConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// camelize the variable name
|
// camelize the variable name
|
||||||
// pet_id => PetId
|
// pet_id => petId
|
||||||
name = camelize(name, true);
|
name = camelize(name, true);
|
||||||
|
|
||||||
// for reserved word or word starting with number, append _
|
// for reserved word or word starting with number, append _
|
||||||
|
Loading…
x
Reference in New Issue
Block a user