From 6b5d151beba34ff88f861554547f1704c353dedc Mon Sep 17 00:00:00 2001 From: Locria Cyber <74560659+iacore@users.noreply.github.com> Date: Sat, 2 Dec 2023 15:38:35 +0000 Subject: [PATCH] fix typo in (doc next) --- src/core/corelib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/corelib.c b/src/core/corelib.c index 5e46f33e..cba82025 100644 --- a/src/core/corelib.c +++ b/src/core/corelib.c @@ -1144,7 +1144,7 @@ JanetTable *janet_core_env(JanetTable *replacements) { JDOC("(next ds &opt key)\n\n" "Gets the next key in a data structure. Can be used to iterate through " "the keys of a data structure in an unspecified order. Keys are guaranteed " - "to be seen only once per iteration if they data structure is not mutated " + "to be seen only once per iteration if the data structure is not mutated " "during iteration. If key is nil, next returns the first key. If next " "returns nil, there are no more keys to iterate through.")); janet_quick_asm(env, JANET_FUN_PROP,