Skip to content

Commit 0554638

Browse files
committed
Fix typo
1 parent 4cdfd37 commit 0554638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftSyntax/Syntax.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ public extension SyntaxProtocol {
529529
return totalLength.utf8Length
530530
}
531531

532-
/// The textual byte length of this node exluding leading and trailing trivia.
532+
/// The textual byte length of this node excluding leading and trailing trivia.
533533
@available(*, deprecated, message: "Use trimmedLength.utf8Length")
534534
var byteSizeAfterTrimmingTrivia: Int {
535535
return trimmedLength.utf8Length

0 commit comments

Comments
 (0)