From fdc94c1353157ba6a2d93b91ee594d6303f72abb Mon Sep 17 00:00:00 2001 From: sogaiu <983021772@users.noreply.github.com> Date: Thu, 4 Nov 2021 18:11:53 +0900 Subject: [PATCH] Tweak short-fn docstring --- 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 bd70e710..5639c7d5 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -2055,7 +2055,7 @@ ``` Shorthand for fn. Arguments are given as $n, where n is the 0-indexed argument of the function. $ is also an alias for the first (index 0) argument. - The $& symbol will make the anonymous function variadic if it apears in the + The $& symbol will make the anonymous function variadic if it appears in the body of the function - it can be combined with positional arguments. Example usage: