From 21a6017547ea2926abb082d3302d83fc023265ea Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Fri, 27 Nov 2020 12:27:44 -0600 Subject: [PATCH] typo --- src/boot/boot.janet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/boot.janet b/src/boot/boot.janet index d299337a..da8d018b 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -564,7 +564,7 @@ * :down-to -- same :as down, but the range is inclusive [start, end]. - * :keys -- terate over the keys in a data structure. + * :keys -- iterate over the keys in a data structure. * :pairs -- iterate over the key-value pairs as tuples in a data structure.