diff --git a/src/koans/23_meta.clj b/src/koans/23_meta.clj index 45fec03..df0274a 100644 --- a/src/koans/23_meta.clj +++ b/src/koans/23_meta.clj @@ -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"