fix typo in (doc next)

This commit is contained in:
Locria Cyber 2023-12-02 15:38:35 +00:00
parent a9176a77e6
commit 6b5d151beb
No known key found for this signature in database
GPG Key ID: F8C16E5157A63006
1 changed files with 1 additions and 1 deletions

View File

@ -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,