From 92fb6a57eea0ac1d5c51cac0f3da9a6a9c3b8e94 Mon Sep 17 00:00:00 2001 From: JP Bruins Slot Date: Thu, 9 Nov 2023 17:39:34 +0100 Subject: [PATCH] Fix pre-commit --- mula/docs/api.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mula/docs/api.md b/mula/docs/api.md index b02c212cfa6..54bafb1851c 100644 --- a/mula/docs/api.md +++ b/mula/docs/api.md @@ -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` | |