fix comments
I had it all backwards: DrRacket went from "increment" to Greek capital delta (which makes a lot more sense). original commit: 490a474e0e4b92af8956cab13d885349053a3973
This commit is contained in:
parent
4fadca633f
commit
3af3acb27f
|
@ -853,7 +853,7 @@
|
|||
[(#\♭) "$\\flat$"]
|
||||
[(#\♮) "$\\natural$"]
|
||||
[(#\√) "$\\surd$"]
|
||||
[(#\Δ) "$\\Delta$"] ; no better mapping for than \Delta for "increment"
|
||||
[(#\∆) "$\\Delta$"] ; no better mapping for than \Delta for "increment"
|
||||
[(#\u2211) "$\\sum$"] ; better than \Sigma, right?
|
||||
[(#\u220F) "$\\prod$"] ; better than \Pi, right?
|
||||
[(#\u2210) "$\\coprod$"]
|
||||
|
@ -881,7 +881,7 @@
|
|||
[(#\ξ) "$\\xi$"]
|
||||
[(#\Γ) "$\\Gamma$"]
|
||||
[(#\Ψ) "$\\Psi$"]
|
||||
[(#\∆) "$\\Delta$"]
|
||||
[(#\Δ) "$\\Delta$"]
|
||||
[(#\Ξ) "$\\Xi$"]
|
||||
[(#\Υ) "$\\Upsilon$"]
|
||||
[(#\Ω) "$\\Omega$"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user