Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mccanne committed Nov 13, 2024
1 parent 0345ce5 commit 31b900d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/language/statements.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ the data source of a [`from` operator](operators/from.md). For example, we
quote the pool name in our program `count-pool.spq`
```mdtest-input count-pool.spq
op CountPool(pool_name): (
from [pool_name] |> count()
from eval(pool_name) |> count()
)
CountPool("example")
Expand Down

0 comments on commit 31b900d

Please sign in to comment.