Skip to content

Commit

Permalink
Add missing ` in Filters.md (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
squarebracket authored Jan 12, 2024
1 parent 544372a commit fe9dbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Regular expressions are similar to strings, but are denoted with an `r` before t
| Int | `123`, `5` |
| String | `"Hello there"`, `"Escaped \" quote"` |
| RegEx | `r"\d\d\d\d"`, `ri"something.*"` |
| List | `{"list item", 123} |
| List | `{"list item", 123}` |

### Operators

Expand Down

0 comments on commit fe9dbe4

Please sign in to comment.