text styling

"A multimethod takes one or more arguments" sound better than previous version
This commit is contained in:
neta-kedem 2019-12-02 21:42:03 +02:00 committed by Colin Jones
parent eb73f39c9e
commit 040070bbed

View file

@ -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]})))