Skip to content

Commit 4d0a625

Browse files
vimpunkSimonSapin
authored andcommitted
Fix wrong comment indentation
1 parent 66e78af commit 4d0a625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokenizer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ fn consume_quoted_string<'a>(
765765
single_quote: bool,
766766
) -> Result<CowRcStr<'a>, CowRcStr<'a>> {
767767
tokenizer.advance(1); // Skip the initial quote
768-
// start_pos is at code point boundary, after " or '
768+
// start_pos is at code point boundary, after " or '
769769
let start_pos = tokenizer.position();
770770
let mut string_bytes;
771771
loop {

0 commit comments

Comments
 (0)