Skip to content

Commit 3d43231

Browse files
committed
Merge pull request #228 from robtimp/typo
Fix typo in String.swift
2 parents 76eb96e + 14960fd commit 3d43231

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
@@ -102,7 +102,7 @@ import SwiftShims
102102
/// any sequence of mutating operations causes elements to be copied
103103
/// into unique, contiguous storage which may cost `O(N)` time and
104104
/// space, where `N` is the length of the string representation (or
105-
/// more, if the underlying `NSString` is has unusual performance
105+
/// more, if the underlying `NSString` has unusual performance
106106
/// characteristics).
107107
public struct String {
108108
/// An empty `String`.

0 commit comments

Comments
 (0)