Fixed a code typo

This commit is contained in:
Natty 2023-10-07 01:53:03 +02:00
parent 703e1191c2
commit 95bce443be
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 1 additions and 1 deletions

View File

@ -859,7 +859,7 @@ impl Context {
false,
move |input| tuple((not(line_ending), anychar))(input).map(|(i, (_skip, c))| (i, c)),
fail,
collect_char_sequence(Token::InlineCode),
collect_char_sequence(Token::InlineMath),
identity,
)(input)
}