Skip to content

Commit

Permalink
Fix typo in String.swift documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Riley Avron committed Dec 3, 2015
1 parent 6bace09 commit d3fa0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/public/core/String.swift
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ import SwiftShims
///
/// `String` is bridged to Objective-C as `NSString`, and a `String`
/// that originated in Objective-C may store its characters in an
/// `NSString`. Since any arbitrary subclass of `NSSString` can
/// `NSString`. Since any arbitrary subclass of `NSString` can
/// become a `String`, there are no guarantees about representation or
/// efficiency in this case. Since `NSString` is immutable, it is
/// just as though the storage was shared by some copy: the first in
Expand Down

0 comments on commit d3fa0c1

Please sign in to comment.