Fix comment typo

This commit is contained in:
Thomas Gilbert 2016-02-27 15:46:38 +01:00
parent 805433a22e
commit a817772e25

View File

@ -319,7 +319,7 @@ public class SwiftCodegen extends DefaultCodegen implements CodegenConfig {
}
// camelize the variable name
// pet_id => PetId
// pet_id => petId
name = camelize(name, true);
// for reserved word or word starting with number, append _