Skip to content

Commit

Permalink
Fix function names in test example
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Mar 4, 2024
1 parent 9e5ab60 commit 76d2fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ end
data TestRun: test(run, active) end
[list:
test(foo true),
test(bar, false),
test(foo-returns-1, true),
test(bar-returns-2, false),
].each(lam(t): when t.active: t.run() end end)
```

Expand Down

0 comments on commit 76d2fad

Please sign in to comment.