aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-03-12 11:11:07 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2012-03-12 11:11:07 -0700
commit777b4b1288698d0e94210b9590a67c8fe722afe1 (patch)
tree854285646509f71b668cf414530d02327a4aafb8
parentb757de114cf79d0bab14b086f4ccc7480b9421d8 (diff)
parent762d1ee0b9cf08c7d9a7f4314387f0088cfbc834 (diff)
downloadrails-777b4b1288698d0e94210b9590a67c8fe722afe1.tar.gz
rails-777b4b1288698d0e94210b9590a67c8fe722afe1.tar.bz2
rails-777b4b1288698d0e94210b9590a67c8fe722afe1.zip
Merge pull request #109 from goodmorninginterwebs/master
Fix a little formatting error in README
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 29d00c87ba..afef04212a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -83,7 +83,7 @@ The examples above are fairly simple and other libraries match or come close to
#### Inline math operations
-Suppose we have a table `products` with prices in different currencies. And we have a table currency_rates, of constantly changing currency rates. In Arel:
+Suppose we have a table `products` with prices in different currencies. And we have a table `currency_rates`, of constantly changing currency rates. In Arel:
products = Arel::Table.new(:products)
products.columns # => [products[:id], products[:name], products[:price], products[:currency_id]]