27_multimethods.clj - fixed typo?
The word "do" seems to be missing in the final koan.
This commit is contained in:
parent
d749795c31
commit
a9c22921a5
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
(multimethod-with-args :path-one {:first-opt 1
|
||||
:second-opt 2}))
|
||||
|
||||
"This allows us to something different in each method implementation"
|
||||
"This allows us to do something different in each method implementation"
|
||||
(= __
|
||||
(multimethod-with-args :path-two {:first-opt 1
|
||||
:second-opt [0 1 2]})))
|
||||
|
|
|
|||
Loading…
Reference in a new issue