mirror of
https://github.com/janet-lang/janet
synced 2025-09-13 16:26:11 +00:00
Merge pull request #514 from uvtc/patch-2
boot.janet, fix possible typo
This commit is contained in:
@@ -562,7 +562,7 @@
|
|||||||
two-element tuple with a start and (exclusive) end value, and an optional
|
two-element tuple with a start and (exclusive) end value, and an optional
|
||||||
(positive!) step size.
|
(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.
|
* :keys -- iterate over the keys in a data structure.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user