From 59e0d5fcb73bffbf4de2262d7629cf4f8e580eda Mon Sep 17 00:00:00 2001 From: Jason Kurian Date: Wed, 22 Feb 2017 18:51:13 -0500 Subject: docs(distinct): tweaks [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2a5863754..af768361ab 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ The `OR` operator works like this: users.where(users[:name].eq('bob').or(users[:age].lt(25))) ``` -The `AND` operator behaves similarly. Here is an example of the `DISTINCT` operator, which as of v6 is also chainable: +The `AND` operator behaves similarly. Here is an example of the `DISTINCT` operator: ```ruby posts = Arel::Table.new(:posts) -- cgit v1.2.3