Alignment on line in 09_runtime_polymorphism.clj
1 missing space. Most inconsequential pull request ever :)
This commit is contained in:
parent
8e846cf07a
commit
f25c3ef62f
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
"Animals have different names"
|
"Animals have different names"
|
||||||
(= "Thumper eats veggies."
|
(= "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"
|
"Different methods are used depending on the dispatch function result"
|
||||||
(= "Simba eats animals."
|
(= "Simba eats animals."
|
||||||
|
Loading…
Reference in New Issue
Block a user