Skip to content

Commit 5171dfd

Browse files
committed
Fix docstring.
1 parent 8ff5e49 commit 5171dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot/boot.janet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@
847847

848848
(defn walk
849849
"Iterate over the values in ast and apply f
850-
to them. Collect the results in a data structure . If ast is not a
850+
to them. Collect the results in a data structure. If ast is not a
851851
table, struct, array, or tuple,
852852
returns form."
853853
[f form]

0 commit comments

Comments
 (0)