mirror of
https://github.com/ankitects/anki.git
synced 2025-12-10 21:36:55 -05:00
Comment fix
This commit is contained in:
parent
0c9ad7e952
commit
540d52c471
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ fn is_invalid_escape(txt: &str) -> bool {
|
|||
RE.is_match(txt)
|
||||
}
|
||||
|
||||
/// Check string for escape sequences handled by the parser: ":()
|
||||
/// Check string for escape sequences handled by the parser: ":()-
|
||||
fn is_parser_escape(txt: &str) -> bool {
|
||||
// odd number of \s followed by a char with special meaning to the parser
|
||||
lazy_static! {
|
||||
|
|
|
|||
Loading…
Reference in a new issue