1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-24 06:03:17 +00:00

Fix docstring.

This commit is contained in:
Calvin Rose 2019-11-16 20:43:21 -06:00
parent 8ff5e49d1f
commit 5171dfd2a8

View File

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