From 5171dfd2a88b12fde23097559e2d825746b8afdd Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 16 Nov 2019 20:43:21 -0600 Subject: [PATCH] Fix docstring. --- 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 fb4fd83c..f865760f 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -847,7 +847,7 @@ (defn walk "Iterate over the values in ast and apply f - to them. Collect the results in a data structure . If ast is not a + to them. Collect the results in a data structure. If ast is not a table, struct, array, or tuple, returns form." [f form]