Skip to content

Commit

Permalink
Corrected swapped epsilon/varepsilon unicode input shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
rben01 authored and sharkdp committed Oct 1, 2024
1 parent f3fba19 commit 4245e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numbat/src/unicode_input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ pub const UNICODE_INPUT: &[(&[&str], &str)] = &[
(&["beta"], "β"),
(&["gamma"], "γ"),
(&["delta"], "δ"),
(&["epsilon"], "ε"),
(&["varepsilon"], "ϵ"),
(&["epsilon"], "ϵ"),
(&["varepsilon"], "ε"),
(&["zeta"], "ζ"),
(&["eta"], "η"),
(&["theta"], "θ"),
Expand Down

0 comments on commit 4245e75

Please sign in to comment.