Skip to content

Commit

Permalink
clean up documentation on exists patterns
Browse files Browse the repository at this point in the history
Fixes: #115
Signed-off-by: Tim Bray <[email protected]>
  • Loading branch information
timbray committed Nov 8, 2022
1 parent f81d81a commit 021e66d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PATTERNS.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ We may be able to change this in future.
The case of empty arrays is interesting. Consider this event:

```json
{ "a": [] }`
{ "a": [] }
```

Then `"exists": true` does not match but `"exists": false` does.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ have corner cases; details are covered in
Number matching is weak - the number has to appear
exactly the same in the Pattern and the Event. I.e.,
Quamina doesn't know that 35, 35.000, and 3.5e1 are the
same number. There's a fix for this in the code which
same number. There's a fix for this in the code which
is not yet activated because it causes a
significant performance penalty, so the API needs to
be enhanced to only ask for it when you need it.
Expand Down

0 comments on commit 021e66d

Please sign in to comment.