Skip to content

Commit

Permalink
27_multimethods.clj - fixed typo?
Browse files Browse the repository at this point in the history
The word "do" seems to be missing in the final koan.
  • Loading branch information
NReilingh authored and trptcolin committed Jul 8, 2020
1 parent d749795 commit a9c2292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/koans/27_multimethods.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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]})))

0 comments on commit a9c2292

Please sign in to comment.