From cf1db3ce28e6c9fcf6fc724f5467e6b6b450f8bf Mon Sep 17 00:00:00 2001 From: Jacob Hodes Date: Thu, 11 Mar 2010 10:14:49 +0800 Subject: tiny correction to readme --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 10d3f0a021..ab05e1245a 100644 --- a/README.markdown +++ b/README.markdown @@ -60,7 +60,7 @@ What are called `LIMIT` and `OFFSET` in SQL are called `take` and `skip` in Arel users.group(users[:name]) # => SELECT * FROM users GROUP BY name -The best property of the Relational Algebra is its "composability", or closure under all operations. For example, to select AND project, just "chain" the method invocations: +The best property of the Relational Algebra is its "composability", or closure under all operations. For example, to restrict AND project, just "chain" the method invocations: users \ .where(users[:name].eq('amy')) \ -- cgit v1.2.3