Update SYNTAX.md

This commit is contained in:
tidwall 2021-05-14 09:08:32 -07:00
parent 7a0721334f
commit ca5c4b1e26
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ You can now query for all true(ish) or false(ish) values:
```
vals.#(b==~true)#.a >> [1,2,6,7,8]
vals.#(b==~false)#.b >> [3,4,5,9,10,11]
vals.#(b==~false)#.a >> [3,4,5,9,10,11]
```
The last value which was non-existent is treated as `false`