We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 810d165 + 4b4d5ae commit c719f4dCopy full SHA for c719f4d
modules/swagger-codegen/src/main/resources/objc/model-body.mustache
@@ -7,7 +7,7 @@
7
- (instancetype)init {
8
self = [super init];
9
if (self) {
10
- // initalise property's default value, if any
+ // initialize property's default value, if any
11
{{#vars}}{{#defaultValue}}self.{{name}} = {{{defaultValue}}};
12
{{/defaultValue}}{{/vars}}
13
}
0 commit comments