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 76eb96e + 14960fd commit 3d43231Copy full SHA for 3d43231
stdlib/public/core/String.swift
@@ -102,7 +102,7 @@ import SwiftShims
102
/// any sequence of mutating operations causes elements to be copied
103
/// into unique, contiguous storage which may cost `O(N)` time and
104
/// space, where `N` is the length of the string representation (or
105
-/// more, if the underlying `NSString` is has unusual performance
+/// more, if the underlying `NSString` has unusual performance
106
/// characteristics).
107
public struct String {
108
/// An empty `String`.
0 commit comments