Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbruinsslot committed Nov 9, 2023
1 parent 9e803d5 commit 92fb6a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mula/docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@ Here's a list of the operators that you can use in the filters:
|---------------|-------------|
| `==`, `eq` | |
| `!=`, `ne` | |
| `is` | |
| `is_not` | |
| `is_null` | |
| `is_not_null` | |
| `>`, `gt` | |
| `is` | |
| `is_not` | |
| `is_null` | |
| `is_not_null` | |
| `>`, `gt` | |
| `<`, `lt` | |
| `>=`, `gte` | |
| `<=`, `lte` | |
Expand Down

0 comments on commit 92fb6a5

Please sign in to comment.