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.
|
// Number theory.
|
||||||
divides: ['∣', not: '∤'],
|
divides: ['∣', not: '∤'],
|
||||||
perp: ['⟂', circle: '⦹'],
|
|
||||||
|
|
||||||
// Algebra.
|
// Algebra.
|
||||||
wreath: '≀',
|
wreath: '≀',
|
||||||
|
|
||||||
// Geometry.
|
// Geometry.
|
||||||
parallel: ['∥', circle: '⦷', not: '∦'],
|
parallel: ['∥', circle: '⦷', not: '∦'],
|
||||||
|
perp: ['⟂', circle: '⦹'],
|
||||||
|
|
||||||
// Miscellaneous Technical.
|
// Miscellaneous Technical.
|
||||||
diameter: '⌀',
|
diameter: '⌀',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue