diff options
| author | Malo <57839069+MDLC01@users.noreply.github.com> | 2024-09-27 17:30:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-27 15:30:48 +0000 |
| commit | 7262ef3c74d06235310183ad2e3d44eecaa0d4fe (patch) | |
| tree | 2b4e77fee544030c5fc71016569e3aa31d428f18 | |
| parent | 53135a0813c709a6e2762d806e991a6441dc27de (diff) | |
Fix a typo introduced in #5053 (#5055)
| -rw-r--r-- | crates/typst/src/symbols/sym.rs | 4 |
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: '⦰', |
