Skip to content

Commit c719f4d

Browse files
committed
Merge pull request #1 from alexandern/alexandern-patch-1
Mispelling in Objective-C initialization
2 parents 810d165 + 4b4d5ae commit c719f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-codegen/src/main/resources/objc/model-body.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- (instancetype)init {
88
self = [super init];
99
if (self) {
10-
// initalise property's default value, if any
10+
// initialize property's default value, if any
1111
{{#vars}}{{#defaultValue}}self.{{name}} = {{{defaultValue}}};
1212
{{/defaultValue}}{{/vars}}
1313
}

0 commit comments

Comments
 (0)