aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy McAnally <jeremymcanally@Jeremys-MacBook-Pro.local>2012-03-12 14:05:12 -0400
committerJeremy McAnally <jeremymcanally@Jeremys-MacBook-Pro.local>2012-03-12 14:05:12 -0400
commit762d1ee0b9cf08c7d9a7f4314387f0088cfbc834 (patch)
tree854285646509f71b668cf414530d02327a4aafb8
parentb757de114cf79d0bab14b086f4ccc7480b9421d8 (diff)
downloadrails-762d1ee0b9cf08c7d9a7f4314387f0088cfbc834.tar.gz
rails-762d1ee0b9cf08c7d9a7f4314387f0088cfbc834.tar.bz2
rails-762d1ee0b9cf08c7d9a7f4314387f0088cfbc834.zip
Fix egregious lack of code formatting there.
-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]]