mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-18 00:21:27 +00:00
Update README.markdown
stringWithFormat returns autoreleased instances iirc
This commit is contained in:
@@ -140,7 +140,6 @@ Here is a summary of the process:
|
||||
*Objective-C:*
|
||||
```objc
|
||||
NSString *greeting = [NSString stringWithFormat:@"Hello, %@!", name];
|
||||
[greeting release];
|
||||
```
|
||||
|
||||
*Objective-J:*
|
||||
|
||||
Reference in New Issue
Block a user