Skip to content

Commit 4e733cf

Browse files
authored
Update each.janet
1 parent b5fc505 commit 4e733cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/each.janet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# prints 12345
55
(each y @[1 2 3 4 5] (prin y)) # -> nil
66

7-
# prints values from table in an unspecified order
7+
# prints values from struct in an unspecified order
88
# 21 -or- 12
99
(each x {:a 1 :b 2} (prin x)) # -> nil

0 commit comments

Comments
 (0)