diff --git a/src/koans/09_runtime_polymorphism.clj b/src/koans/09_runtime_polymorphism.clj index 8a231a9..3e3e76b 100644 --- a/src/koans/09_runtime_polymorphism.clj +++ b/src/koans/09_runtime_polymorphism.clj @@ -31,7 +31,7 @@ "Animals have different names" (= "Thumper eats veggies." - (diet {:species "rabbit" :name "Thumper" :age 1 :eater :herbivore})) + (diet {:species "rabbit" :name "Thumper" :age 1 :eater :herbivore})) "Different methods are used depending on the dispatch function result" (= "Simba eats animals."