From 7262ef3c74d06235310183ad2e3d44eecaa0d4fe Mon Sep 17 00:00:00 2001 From: Malo <57839069+MDLC01@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:30:48 +0200 Subject: [PATCH] Fix a typo introduced in #5053 (#5055) --- crates/typst/src/symbols/sym.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: '⦰',