We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b016c90 + d3fa0c1 commit 7f4351eCopy full SHA for 7f4351e
stdlib/public/core/String.swift
@@ -95,7 +95,7 @@ import SwiftShims
95
///
96
/// `String` is bridged to Objective-C as `NSString`, and a `String`
97
/// that originated in Objective-C may store its characters in an
98
-/// `NSString`. Since any arbitrary subclass of `NSSString` can
+/// `NSString`. Since any arbitrary subclass of `NSString` can
99
/// become a `String`, there are no guarantees about representation or
100
/// efficiency in this case. Since `NSString` is immutable, it is
101
/// just as though the storage was shared by some copy: the first in
0 commit comments