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
1 changed files with 1 additions and 1 deletions

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.