Skip to content

Commit 7f4351e

Browse files
committed
Merge pull request #32 from Nerylix/master
Fix typo in String.swift documentation
2 parents b016c90 + d3fa0c1 commit 7f4351e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/String.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ import SwiftShims
9595
///
9696
/// `String` is bridged to Objective-C as `NSString`, and a `String`
9797
/// that originated in Objective-C may store its characters in an
98-
/// `NSString`. Since any arbitrary subclass of `NSSString` can
98+
/// `NSString`. Since any arbitrary subclass of `NSString` can
9999
/// become a `String`, there are no guarantees about representation or
100100
/// efficiency in this case. Since `NSString` is immutable, it is
101101
/// just as though the storage was shared by some copy: the first in

0 commit comments

Comments
 (0)