Skip to content

Commit 5f3b7bb

Browse files
authored
Merge pull request #40253 from apple/substring-base-doc-fix
2 parents 3d2d4e1 + e7e9e06 commit 5f3b7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Substring.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public struct Substring: Sendable {
122122
}
123123

124124
extension Substring {
125-
/// Returns the underlying string from which this Substring was derived.
125+
/// Returns the underlying string from which this substring was derived.
126126
@_alwaysEmitIntoClient
127127
public var base: String { return _slice.base }
128128

0 commit comments

Comments
 (0)