Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 865e2cd

Browse files
authored
Correct the symbol for perpendicular (#328)
Unicode has two separate symbols for "up tack" (ie `has_bot.bot`) and "perpendicular" (not yet used in mathlib). Having `\perp` produce the former is confusing.
1 parent 61da55a commit 865e2cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/abbreviation/abbreviations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@
546546
"parallel": "",
547547
"pa": "",
548548
"pm": "±",
549-
"perp": "",
549+
"perp": "",
550550
"^perp": "",
551551
"permil": "",
552552
"per": "",

0 commit comments

Comments
 (0)