We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d749795 commit a9c2292Copy full SHA for a9c2292
src/koans/27_multimethods.clj
@@ -38,7 +38,7 @@
38
(multimethod-with-args :path-one {:first-opt 1
39
:second-opt 2}))
40
41
- "This allows us to something different in each method implementation"
+ "This allows us to do something different in each method implementation"
42
(= __
43
(multimethod-with-args :path-two {:first-opt 1
44
:second-opt [0 1 2]})))
0 commit comments