From 7b4eeecd9fcbcd48c6fa094866396a61deebc1e7 Mon Sep 17 00:00:00 2001 From: John Gabriele Date: Sun, 29 Nov 2020 14:30:48 -0500 Subject: [PATCH] Update src/boot/boot.janet Co-authored-by: Michael Camilleri --- 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 2f7e314e..7a067bc7 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -495,7 +495,7 @@ (defmacro forv ``Do a C-style for-loop for side effects. The iteration variable `i` - can be mutated in the loop, unlike normal for. Returns nil.` + can be mutated in the loop, unlike normal `for`. Returns nil.`` [i start stop & body] (for-var-template i start stop 1 < + body))