diff options
| author | Ian Bertolacci <ian.bertolacci@gmail.com> | 2015-10-02 10:15:08 -0600 | 
|---|---|---|
| committer | Ian Bertolacci <ian.bertolacci@gmail.com> | 2015-10-02 10:15:08 -0600 | 
| commit | 53790a00980f0ab58efeea5a20c97366daeca401 (patch) | |
| tree | 60cced8d7b62becacd31b6fb56d9a7c41f1de809 /objective-c.html.markdown | |
| parent | 938720074b8b18a9ada93fb8a040b9ca1a813747 (diff) | |
| parent | d5b5b19ca909b573d0b0623604f1ff9369ab04ff (diff) | |
Merge branch 'master' of github.com:adambard/learnxinyminutes-docs
Diffstat (limited to 'objective-c.html.markdown')
| -rw-r--r-- | objective-c.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/objective-c.html.markdown b/objective-c.html.markdown index 56640a87..91b84b47 100644 --- a/objective-c.html.markdown +++ b/objective-c.html.markdown @@ -415,7 +415,7 @@ distance = 18; // References "long distance" from MyClass implementation  + (NSString *)classMethod  { -    return [[self alloc] init]; +    return @"Some string";  }  + (MyClass *)myClassFromHeight:(NSNumber *)defaultHeight  | 
