1
0
mirror of https://github.com/janet-lang/janet synced 2026-04-27 01:01:27 +00:00

boot.janet, fix possible typo

Possible typo?
This commit is contained in:
John Gabriele
2020-11-28 14:25:10 -05:00
committed by GitHub
parent 7c8f5ef811
commit 894aea7ce7

View File

@@ -562,7 +562,7 @@
two-element tuple with a start and (exclusive) end value, and an optional
(positive!) step size.
* :down-to -- same :as down, but the range is inclusive [start, end].
* :down-to -- same as :down, but the range is inclusive [start, end].
* :keys -- iterate over the keys in a data structure.