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 3d2d4e1 + e7e9e06 commit 5f3b7bbCopy full SHA for 5f3b7bb
stdlib/public/core/Substring.swift
@@ -122,7 +122,7 @@ public struct Substring: Sendable {
122
}
123
124
extension Substring {
125
- /// Returns the underlying string from which this Substring was derived.
+ /// Returns the underlying string from which this substring was derived.
126
@_alwaysEmitIntoClient
127
public var base: String { return _slice.base }
128
0 commit comments