From 9d76129f37eac9f3b32b4f6d5196f4beb2238108 Mon Sep 17 00:00:00 2001 From: Jacob Spizziri Date: Mon, 5 Dec 2016 20:28:40 -0600 Subject: [PATCH] Grammatical correction --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23a81a5..a493a90 100644 --- a/README.md +++ b/README.md @@ -425,8 +425,8 @@ List of all possible predicates * `*_not_eq` - not equal * `*_match` - 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 then -* `*_lteq` - less then or equal +* `*_lt` - less than +* `*_lteq` - less than or equal * `*_gt` - greater than * `*_gteq` - greater than or equal * `*_present` - not null and not empty, e.g. `q[name_present]=1` (SQL: `col is not null AND col != ''`)