Update README.markdown

stringWithFormat returns autoreleased instances iirc
This commit is contained in:
daboe01
2024-07-21 21:22:05 +02:00
committed by GitHub
parent 62450c3bb1
commit d4cd46c331
-1
View File
@@ -140,7 +140,6 @@ Here is a summary of the process:
*Objective-C:*
```objc
NSString *greeting = [NSString stringWithFormat:@"Hello, %@!", name];
[greeting release];
```
*Objective-J:*