From 57356781a95372fa721513124c7e047a1d2f0cd2 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 30 Oct 2022 13:36:13 -0500 Subject: [PATCH] Fix typo. --- 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 ffc1d2df..ed474178 100644 --- a/src/core/corelib.c +++ b/src/core/corelib.c @@ -1008,7 +1008,7 @@ JanetTable *janet_core_env(JanetTable *replacements) { "than x, and 0 otherwise. To return 0, x and y must be the exact same type.")); janet_quick_asm(env, JANET_FUN_NEXT, "next", 2, 1, 2, 2, next_asm, sizeof(next_asm), - JDOC("(next ds &opt key)\n\n(peg/match '(uint 4 :le) "abcd")" + 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 "