27_multimethods.clj - fixed typo?

The word "do" seems to be missing in the final koan.
This commit is contained in:
Nick Reilingh 2020-07-07 21:10:56 -04:00 committed by Colin Jones
parent d749795c31
commit a9c22921a5

View file

@ -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]})))