mirror of
https://github.com/janet-lang/janet
synced 2025-01-01 03:10:27 +00:00
Fix docstring.
This commit is contained in:
parent
8ff5e49d1f
commit
5171dfd2a8
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user