mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 11:09:54 +00:00
Fix documentation for defer.
This commit is contained in:
parent
031a9894b0
commit
b9a2bb8104
@ -287,7 +287,7 @@
|
||||
~(let (,;accum) ,;body))
|
||||
|
||||
(defmacro defer
|
||||
"Run form unconditionally after form, even if the body throws an error."
|
||||
"Run form unconditionally after body, even if the body throws an error."
|
||||
[form & body]
|
||||
(with-syms [f r]
|
||||
~(do
|
||||
|
Loading…
Reference in New Issue
Block a user