Skip to content

Commit 38f2739

Browse files
committed
fix typo in comment
1 parent 101bbc6 commit 38f2739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftParser/Lexer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ extension Lexer.Cursor {
865865
let start = self
866866

867867
switch self.advance() {
868-
// 'continue' - the character is a part of the triivia.
868+
// 'continue' - the character is a part of the trivia.
869869
// 'break' - the character should a part of token text.
870870
case nil:
871871
break

0 commit comments

Comments
 (0)