From d4cd46c3315bc390b151b2f3c068bf8d403423d0 Mon Sep 17 00:00:00 2001 From: daboe01 Date: Sun, 21 Jul 2024 21:22:05 +0200 Subject: [PATCH] Update README.markdown stringWithFormat returns autoreleased instances iirc --- README.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/README.markdown b/README.markdown index f80de86b0..9e44eff39 100644 --- a/README.markdown +++ b/README.markdown @@ -140,7 +140,6 @@ Here is a summary of the process: *Objective-C:* ```objc NSString *greeting = [NSString stringWithFormat:@"Hello, %@!", name]; -[greeting release]; ``` *Objective-J:*