Skip to content

Commit 040070b

Browse files
neta-kedemtrptcolin
authored andcommitted
text styling
"A multimethod takes one or more arguments" sound better than previous version
1 parent eb73f39 commit 040070b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/koans/27_multimethods.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
(defmethod multimethod-with-args :path-three [_])
2626

2727
(meditations
28-
"A multimethod takes an one or more arguments to dispatch on"
28+
"A multimethod takes one or more arguments to dispatch on"
2929
(= __
3030
(multimethod-without-args :first))
3131

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

0 commit comments

Comments
 (0)