aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-11-16 20:43:21 -0600
committerCalvin Rose <calsrose@gmail.com>2019-11-16 20:43:21 -0600
commit5171dfd2a88b12fde23097559e2d825746b8afdd (patch)
tree163f959344ddb7c38fdd81dbb6d59d18a2188897
parentMerge pull request #176 from staab/repl-delete (diff)
Fix docstring.v1.5.1
-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]