From fd37567c182b90a202e646ca1430b8472b4ef166 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Fri, 29 Oct 2021 11:13:07 -0500 Subject: [PATCH] Docstring fix. --- src/boot/boot.janet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/boot.janet b/src/boot/boot.janet index 194680ed..b246f650 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -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))