Skip to content

Commit 1b8e61a

Browse files
[autofix.ci] apply automated fixes
1 parent d72ed7f commit 1b8e61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_parser/src/lexer/comment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ impl<'a> Lexer<'a> {
8888
// So we have to use the loop below for the first line of the comment even if
8989
// `Token`'s `is_on_new_line` flag is already set.
9090
// If the loop finds a line break before end of the comment, we then switch to
91-
// the faster `skip_multi_line_comment_after_line_break` which searches
91+
// the faster `skip_multi_line_comment_after_line_break` which searches
9292
// for the end of the comment using `memchr`.
9393

9494
byte_search! {

0 commit comments

Comments
 (0)