Skip to content

Commit

Permalink
Merge pull request #391 from takemar/fix-nLeftarrow-and-nRightarrow
Browse files Browse the repository at this point in the history
fix error of `\nLeftarrow` and `\nRightarrow`
  • Loading branch information
gfngfn committed Jan 9, 2023
2 parents 44c5053 + 211ac10 commit 2a06d2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib-satysfi/dist/packages/math.satyh
Expand Up @@ -223,8 +223,8 @@ module Math : sig
direct \Uparrow : [] math-cmd
direct \Downarrow : [] math-cmd
direct \Updownarrow : [] math-cmd
direct \nRightarrow : [] math-cmd
direct \nLeftarrow : [] math-cmd
direct \nRightarrow : [] math-cmd
direct \nLeftrightarrow : [] math-cmd
direct \leftarrow : [] math-cmd
direct \rightarrow : [] math-cmd
Expand Down Expand Up @@ -822,8 +822,8 @@ end = struct
let-math \Uparrow = rel `⇑`
let-math \Downarrow = rel `⇓`
let-math \Updownarrow = rel `⇕`
let-math \nRightarrow = rel `⇍`
let-math \nLeftarrow = rel `⇏`
let-math \nLeftarrow = rel `⇍`
let-math \nRightarrow = rel `⇏`
let-math \nLeftrightarrow = rel `⇎`
let-math \leftarrow = rel `←`
let-math \rightarrow = rel `→`
Expand Down

0 comments on commit 2a06d2f

Please sign in to comment.