Hacker News new | ask | show | jobs
by saagarjha 2499 days ago
> For a non-mutable string, it sometimes just increases the retain count on the string, but that also shouldn’t be a problem, because the contents of a mutable string can’t change.

Perhaps this should have been "the contents of an immutable string can't change" ;)