aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/boot/boot.janet
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/boot.janet')
-rw-r--r--src/boot/boot.janet2
1 files changed, 1 insertions, 1 deletions
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]