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))