1
0
mirror of https://github.com/janet-lang/janet synced 2025-08-30 09:28:03 +00:00

Merge pull request #514 from uvtc/patch-2

boot.janet, fix possible typo
This commit is contained in:
Calvin Rose
2020-12-04 17:40:46 -06:00
committed by GitHub

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.