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 d72ed7f commit 1b8e61aCopy full SHA for 1b8e61a
crates/oxc_parser/src/lexer/comment.rs
@@ -88,7 +88,7 @@ impl<'a> Lexer<'a> {
88
// So we have to use the loop below for the first line of the comment even if
89
// `Token`'s `is_on_new_line` flag is already set.
90
// 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
+ // the faster `skip_multi_line_comment_after_line_break` which searches
92
// for the end of the comment using `memchr`.
93
94
byte_search! {
0 commit comments