Skip to content

Commit a9c2292

Browse files
NReilinghtrptcolin
authored andcommitted
27_multimethods.clj - fixed typo?
The word "do" seems to be missing in the final koan.
1 parent d749795 commit a9c2292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/koans/27_multimethods.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
(multimethod-with-args :path-one {:first-opt 1
3939
:second-opt 2}))
4040

41-
"This allows us to something different in each method implementation"
41+
"This allows us to do something different in each method implementation"
4242
(= __
4343
(multimethod-with-args :path-two {:first-opt 1
4444
:second-opt [0 1 2]})))

0 commit comments

Comments
 (0)