mirror of
https://github.com/janet-lang/janet
synced 2025-07-25 05:12:52 +00:00
Fix docstring.
This commit is contained in:
parent
8ff5e49d1f
commit
5171dfd2a8
@ -847,7 +847,7 @@
|
|||||||
|
|
||||||
(defn walk
|
(defn walk
|
||||||
"Iterate over the values in ast and apply f
|
"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,
|
table, struct, array, or tuple,
|
||||||
returns form."
|
returns form."
|
||||||
[f form]
|
[f form]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user