Skip to content

Commit f59948f

Browse files
authored
Merge pull request #622 from omochi/fix-typo-in-comment
Fix small typo in comment in Lexer
2 parents 335024e + 38f2739 commit f59948f

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)