Skip to content

Commit 3cc4fb1

Browse files
authored
chore: Update example to use new syntax (#448)
1 parent c21b48d commit 3cc4fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fibonacci-numbers.prql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from_text format:json '[{"a":1, "b":1}]'
22
loop (
33
derive b_new = a + b
4-
select [a=b, b=b_new]
4+
select {a=b, b=b_new}
55
)
66
take 7

0 commit comments

Comments
 (0)