1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-24 06:03:17 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.