text styling
"A multimethod takes one or more arguments" sound better than previous version
This commit is contained in:
parent
eb73f39c9e
commit
040070bbed
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
||||
|
|
@ -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]})))
|
||||
|
|
|
|||
Loading…
Reference in a new issue