aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafael.franca@plataformatec.com.br>2013-12-04 23:25:42 -0200
committerRafael Mendonça França <rafael.franca@plataformatec.com.br>2013-12-04 23:25:42 -0200
commit986773ecc6fb6d34b56c45393bcc320b8bd2a66d (patch)
tree6fe7fb40fa3a27f36f16b4d70f1958fe5558ebee
parentb79809fc9578bcecd76b6af2d27d57eae5ac47ff (diff)
downloadrails-986773ecc6fb6d34b56c45393bcc320b8bd2a66d.tar.gz
rails-986773ecc6fb6d34b56c45393bcc320b8bd2a66d.tar.bz2
rails-986773ecc6fb6d34b56c45393bcc320b8bd2a66d.zip
Copy edit
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 7f582ab24e..bcdbaba0b2 100644
--- a/README.markdown
+++ b/README.markdown
@@ -7,7 +7,7 @@
Arel is a SQL AST manager for Ruby. It
1. Simplifies the generation of complex SQL queries
-2. Adapts to various RDBM systems
+2. Adapts to various RDBMSes
It is intended to be a framework framework; that is, you can build your own ORM
with it, focusing on innovative object and collection modeling as opposed to