Skip to content

Commit

Permalink
text styling
Browse files Browse the repository at this point in the history
"A multimethod takes one or more arguments" sound better than previous version
  • Loading branch information
neta-kedem authored and trptcolin committed Dec 2, 2019
1 parent eb73f39 commit 040070b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/koans/27_multimethods.clj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
(defmethod multimethod-with-args :path-three [_])

(meditations
"A multimethod takes an one or more arguments to dispatch on"
"A multimethod takes one or more arguments to dispatch on"
(= __
(multimethod-without-args :first))

Expand All @@ -41,4 +41,4 @@
"This allows us to something different in each method implementation"
(= __
(multimethod-with-args :path-two {:first-opt 1
:second-opt [0 1 2]})))
:second-opt [0 1 2]})))

0 comments on commit 040070b

Please sign in to comment.