diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index 1cdd92d88..7e9575432 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -342,7 +342,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { emptyset: [ '∅', arrow.r: '⦳', - arror.l: '⦴', + arrow.l: '⦴', bar: '⦱', circle: '⦲', rev: '⦰', @@ -350,7 +350,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { nothing: [ '∅', arrow.r: '⦳', - arror.l: '⦴', + arrow.l: '⦴', bar: '⦱', circle: '⦲', rev: '⦰',