From 51176084a4f83d556052d00e8b13863b3f7a17f7 Mon Sep 17 00:00:00 2001 From: SuperStevenZ Date: Sat, 17 Oct 2015 08:48:49 -0500 Subject: [PATCH] Update 23_meta.clj Fixed a spelling mistake: 23_meta.clj 12:18 *succintly* -> succinctly --- src/koans/23_meta.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"