From ed23b910faa91d566251aafcb40a0dff24f28af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20Honor=C3=A9?= Date: Fri, 25 Mar 2016 21:53:55 +0000 Subject: [PATCH] Updated description Thanks to @Strikingwolf for the suggestion! --- src/koans/01_equalities.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/koans/01_equalities.clj b/src/koans/01_equalities.clj index 1a07f71..aa628e5 100644 --- a/src/koans/01_equalities.clj +++ b/src/koans/01_equalities.clj @@ -32,7 +32,7 @@ "Symbolism is all around us" (= 'hello (symbol __)) - "Introducing nil" + "What could be equivalent to nothing?" (= __ nil) "When things cannot be equal, they must be different"