summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/typst/src/symbols/sym.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs
index 1cdd92d8..7e957543 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: '⦰',