Fix 'with' docstring
This commit is contained in:
parent
6c076f76f7
commit
62e3116529
@ -32,7 +32,7 @@
|
||||
|
||||
|
||||
(defmacro with [args &rest body]
|
||||
"shorthand for nested for* loops:
|
||||
"shorthand for nested with* loops:
|
||||
(with [[x foo] [y bar]] baz) ->
|
||||
(with* [x foo]
|
||||
(with* [y bar]
|
||||
|
Loading…
Reference in New Issue
Block a user