diff --git a/src/koans/27_multimethods.clj b/src/koans/27_multimethods.clj index 2c6e352..22152fb 100644 --- a/src/koans/27_multimethods.clj +++ b/src/koans/27_multimethods.clj @@ -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]})))