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 {
|
- (instancetype)init {
|
||||||
self = [super init];
|
self = [super init];
|
||||||
if (self) {
|
if (self) {
|
||||||
// initalise property's default value, if any
|
// initialize property's default value, if any
|
||||||
{{#vars}}{{#defaultValue}}self.{{name}} = {{{defaultValue}}};
|
{{#vars}}{{#defaultValue}}self.{{name}} = {{{defaultValue}}};
|
||||||
{{/defaultValue}}{{/vars}}
|
{{/defaultValue}}{{/vars}}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user