Fix typo in README.md [ci skip]

This commit is contained in:
Roman Stein 2017-01-22 01:11:13 +01:00 committed by GitHub
parent 1f1ec180ea
commit 170f5ac79e
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ List of all possible predicates
* `*_eq` - equal
* `*_not_eq` - not equal
* `*_match` - matches with `LIKE`, e.g. `q[email_matches]=%@gmail.com`
* `*_matches` - matches with `LIKE`, e.g. `q[email_matches]=%@gmail.com`
* Also: `*_does_not_match`, `*_matches_any`, `*_matches_all`, `*_does_not_match_any`, `*_does_not_match_all`
* `*_lt` - less than
* `*_lteq` - less than or equal