Skip to content

Commit 3c9e1ab

Browse files
committed
Fix do list example. (#307)
1 parent c19a1ed commit 3c9e1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ end
9191
# Loops
9292
9393
do list(path: "foo", "var": "$i")
94-
add_field("$i", "bar")
94+
add_field("$i.bar", "baz")
9595
end
9696
```
9797

0 commit comments

Comments
 (0)