diff options
| author | DVDTSB <66365801+DVDTSB@users.noreply.github.com> | 2023-07-19 14:13:47 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-19 13:13:47 +0200 |
| commit | 0e04d46e319cc60152952791f22ad9daf8354d11 (patch) | |
| tree | c4c5945a18800d18934de763b42b071ca87e5c32 /crates/typst-library | |
| parent | fc90b72355db92d9814de0f0254d354dc7a66573 (diff) | |
Move `perp` symbol into correct category (#1741)
Diffstat (limited to 'crates/typst-library')
| -rw-r--r-- | crates/typst-library/src/symbols/sym.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/symbols/sym.rs b/crates/typst-library/src/symbols/sym.rs index 366d54ed..a9ec2485 100644 --- a/crates/typst-library/src/symbols/sym.rs +++ b/crates/typst-library/src/symbols/sym.rs @@ -436,13 +436,13 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { // Number theory. divides: ['∣', not: '∤'], - perp: ['⟂', circle: '⦹'], // Algebra. wreath: '≀', // Geometry. parallel: ['∥', circle: '⦷', not: '∦'], + perp: ['⟂', circle: '⦹'], // Miscellaneous Technical. diameter: '⌀', |
