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))