mirror of
https://github.com/janet-lang/janet
synced 2024-12-26 00:10:27 +00:00
Docstring fix.
This commit is contained in:
parent
6e38bf1578
commit
fd37567c18
@ -51,7 +51,7 @@
|
||||
``Use a function or macro literal `f` as a macro. This lets
|
||||
any function be used as a macro. Inside a quasiquote, the
|
||||
idiom `(as-macro ,my-custom-macro arg1 arg2...)` can be used
|
||||
to avoid unwanted variable capture.``
|
||||
to avoid unwanted variable capture of `my-custom-macro`.``
|
||||
[f & args]
|
||||
(f ;args))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user