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:
Matthew Flatt 2012-12-10 10:26:55 -07:00
parent 4fadca633f
commit 3af3acb27f

View File

@ -853,7 +853,7 @@
[(#\♭) "$\\flat$"] [(#\♭) "$\\flat$"]
[(#\♮) "$\\natural$"] [(#\♮) "$\\natural$"]
[(#\√) "$\\surd$"] [(#\√) "$\\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? [(#\u2211) "$\\sum$"] ; better than \Sigma, right?
[(#\u220F) "$\\prod$"] ; better than \Pi, right? [(#\u220F) "$\\prod$"] ; better than \Pi, right?
[(#\u2210) "$\\coprod$"] [(#\u2210) "$\\coprod$"]
@ -881,7 +881,7 @@
[(#\ξ) "$\\xi$"] [(#\ξ) "$\\xi$"]
[(#\Γ) "$\\Gamma$"] [(#\Γ) "$\\Gamma$"]
[(#\Ψ) "$\\Psi$"] [(#\Ψ) "$\\Psi$"]
[(#\) "$\\Delta$"] [(#\Δ) "$\\Delta$"]
[(#\Ξ) "$\\Xi$"] [(#\Ξ) "$\\Xi$"]
[(#\Υ) "$\\Upsilon$"] [(#\Υ) "$\\Upsilon$"]
[(#\Ω) "$\\Omega$"] [(#\Ω) "$\\Omega$"]