summaryrefslogtreecommitdiff
path: root/crates/typst-library
diff options
context:
space:
mode:
authorDVDTSB <66365801+DVDTSB@users.noreply.github.com>2023-07-19 14:13:47 +0300
committerGitHub <noreply@github.com>2023-07-19 13:13:47 +0200
commit0e04d46e319cc60152952791f22ad9daf8354d11 (patch)
treec4c5945a18800d18934de763b42b071ca87e5c32 /crates/typst-library
parentfc90b72355db92d9814de0f0254d354dc7a66573 (diff)
Move `perp` symbol into correct category (#1741)
Diffstat (limited to 'crates/typst-library')
-rw-r--r--crates/typst-library/src/symbols/sym.rs2
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: '⌀',