Move `perp` symbol into correct category (#1741)
This commit is contained in:
parent
fc90b72355
commit
0e04d46e31
|
|
@ -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: '⌀',
|
||||
|
|
|
|||
Loading…
Reference in New Issue