Merge pull request #100 from SuperStevenZ/master

Update 23_meta.clj
This commit is contained in:
Colin Jones 2015-10-18 10:12:31 -05:00
commit 44f37b5c16

View File

@ -9,7 +9,7 @@
"Some objects can be tagged using the with-meta function"
(= __ (meta giants))
"Or more succintly with a reader macro"
"Or more succinctly with a reader macro"
(= __ (meta '^{:division "West"} Giants))
"While others can't"