-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use U+27E8/27E9 (mathematical angle bracket) for langle/rangle, inste…
…ad of U+2329/232A (angle bracket), as the former are recommended by Unicode for math & technical usage
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 comments
on commit 7f5e311
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be changed in the emacs mode too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, I was planning to update emacs after #6927 is merged. The brackets aren't urgent since they currently aren't allowed in Julia code anyway. (Though it would be cool to be able to define 〈a, b〉
as some function anglebracket(a,b)
.)
Typo.