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"