objc-zen/objc-zen-book

Bad example in Properties/Mutable-object

Closed this issue · 1 comments

The sentence:

Any property that potentially can be set with a mutable object (e.g. NSString,NSArray,NSURL) must

implies that NSURL have a mutable counterpart. Unless I have missed something, that's not the case and NSURL should be omitted from the example.

You're right, it was meant to be NSURLRequest