Skip to content

Commit b896e95

Browse files
committed
Fiddle with syntax
1 parent 31a3349 commit b896e95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ fn usage() {
2929
}
3030

3131
fn more_usage() {
32-
contains([1, 2, 3], any: 2)
32+
[1, 2, 3]
33+
|> contains(any: 2)
3334
}
3435
```

0 commit comments

Comments
 (0)