diff options
author | Denis Savitsky <sadfuzzy@yandex.ru> | 2013-06-25 17:29:19 +0400 |
---|---|---|
committer | Denis Savitsky <sadfuzzy@yandex.ru> | 2013-06-25 17:29:19 +0400 |
commit | 8263b9954bb8acc259ee929fbefd4dc7be9b201a (patch) | |
tree | 4c62717aee4bc225ab2177e153dd668319359d69 | |
parent | a1b72178714fbf0033fe076b7e51f57eff152bdd (diff) | |
download | rails-8263b9954bb8acc259ee929fbefd4dc7be9b201a.tar.gz rails-8263b9954bb8acc259ee929fbefd4dc7be9b201a.tar.bz2 rails-8263b9954bb8acc259ee929fbefd4dc7be9b201a.zip |
"Relational Database Managements systems", not "Relational Database Managements System systems"
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 76fe730294..dc9605634b 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 RDBMS systems +2. Adapts to various RDBM systems 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 |