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.
SyntaxText.swift
1 parent a664165 commit 13a6e7aCopy full SHA for 13a6e7a
Sources/SwiftSyntax/SyntaxText.swift
@@ -208,7 +208,7 @@ extension String {
208
}
209
210
/// Runs `body` with a `SyntaxText` that refers the contiguous memory of this
211
- /// string. Like `String.withUTF8(_:)`, this may mutates the string if this
+ /// string. Like `String.withUTF8(_:)`, this may mutate the string if this
212
/// string was not contiguous.
213
@_spi(RawSyntax)
214
public mutating func withSyntaxText<R>(
0 commit comments