Merge pull request #2 from elenam/patch-1

replaced "foo" examples with "hello"
This commit is contained in:
Tom Marble 2015-06-14 20:56:43 -05:00
commit 8297fc8b69

View File

@ -24,13 +24,13 @@
(= __ (not (= 1 nil)))
"Strings, and keywords, and symbols: oh my!"
(= __ (= "foo" :foo 'foo))
(= __ (= "hello" :hello 'hello))
"Make a keyword with your keyboard"
(= :foo (keyword __))
(= :hello (keyword __))
"Symbolism is all around us"
(= 'foo (symbol __))
(= 'hello (symbol __))
"When things cannot be equal, they must be different"
(not= :fill-in-the-blank __))