Shortening docstring
This commit is contained in:
parent
834b0019a7
commit
43f63e9ae7
@ -128,7 +128,8 @@
|
||||
|
||||
|
||||
(defmacro doto [form &rest expressions]
|
||||
"Performs a sequence of potentially mutating actions on an initial object, returning the resulting object after the sequence is performed"
|
||||
"Performs a sequence of potentially mutating actions
|
||||
on an initial object, returning the resulting object"
|
||||
(setv f (gensym))
|
||||
(defn build-form [expression]
|
||||
(if (isinstance expression HyExpression)
|
||||
|
Loading…
Reference in New Issue
Block a user