forked from loafle/openapi-generator-original
Merge pull request #1 from alexandern/alexandern-patch-1
Mispelling in Objective-C initialization
This commit is contained in:
commit
c719f4d8c3
@ -7,7 +7,7 @@
|
||||
- (instancetype)init {
|
||||
self = [super init];
|
||||
if (self) {
|
||||
// initalise property's default value, if any
|
||||
// initialize property's default value, if any
|
||||
{{#vars}}{{#defaultValue}}self.{{name}} = {{{defaultValue}}};
|
||||
{{/defaultValue}}{{/vars}}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user