mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 18:42:45 +00:00
Fix comment typo
This commit is contained in:
@@ -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 _
|
||||||
|
|||||||
Reference in New Issue
Block a user