Skip to content

Commit 23eb22e

Browse files
Update parser.rs
1 parent e5f3179 commit 23eb22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ impl<'p> Parser<'p> {
680680
self.expression();
681681
self.emit(Aadesh::SetItem);
682682
} else {
683-
self.dosa("अमान्यं नियोजन\u{200B} लक्ष्यम्"); // Invalid niyojana target
683+
self.dosa("अमान्यं नियोजन लक्ष्यम्"); // Invalid niyojana target
684684
}
685685
}
686686
}

0 commit comments

Comments
 (0)