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.
1 parent 4cdfd37 commit 0554638Copy full SHA for 0554638
Sources/SwiftSyntax/Syntax.swift
@@ -529,7 +529,7 @@ public extension SyntaxProtocol {
529
return totalLength.utf8Length
530
}
531
532
- /// The textual byte length of this node exluding leading and trailing trivia.
+ /// The textual byte length of this node excluding leading and trailing trivia.
533
@available(*, deprecated, message: "Use trimmedLength.utf8Length")
534
var byteSizeAfterTrimmingTrivia: Int {
535
return trimmedLength.utf8Length
0 commit comments