fixing typo (__ vs. _)

This commit is contained in:
Colin Jones 2010-04-02 17:43:32 -05:00
parent fbf67d942f
commit b55303714c

View File

@ -9,4 +9,4 @@
(= __ (+ 1 1))
"You can test equality of many things"
(= (+ 3 4) __ (+ 2 _)))
(= (+ 3 4) __ (+ 2 __)))