fix: correct comment quote

(cherry picked from commit ff813a311b)
This commit is contained in:
Hanlu 2024-09-17 09:39:49 +08:00 committed by Amaan Qureshi
parent 7688c6fa2f
commit b4d4251427

View file

@ -62,7 +62,7 @@ pub fn parse_position_comments(
if let Ok(text) = node.utf8_text(source) {
let mut position = node.start_position();
if position.row > 0 {
// Find the arrow character ("^" or '<-") in the comment. A left arrow
// Find the arrow character ("^" or "<-") in the comment. A left arrow
// refers to the column where the comment node starts. An up arrow refers
// to its own column.
let mut has_left_caret = false;