Update 23_meta.clj
Fixed a spelling mistake: 23_meta.clj 12:18 *succintly* -> succinctly
This commit is contained in:
parent
b64b17fc51
commit
51176084a4
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user