aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/3_2_release_notes.textile
diff options
context:
space:
mode:
authorAleksey Gureiev <spyromus@noizeramp.com>2012-01-21 20:23:14 +0200
committerAleksey Gureiev <spyromus@noizeramp.com>2012-01-21 20:23:14 +0200
commit021a101274b238f66a089c9c445f27df0918c9fc (patch)
tree76d264f0088b4217d85d13289bae7821d5dac808 /railties/guides/source/3_2_release_notes.textile
parent2d000328dfc0d4b297fb4bdcebc9af6c2fb559dc (diff)
downloadrails-021a101274b238f66a089c9c445f27df0918c9fc.tar.gz
rails-021a101274b238f66a089c9c445f27df0918c9fc.tar.bz2
rails-021a101274b238f66a089c9c445f27df0918c9fc.zip
Fixed typo in 'cast'.
Diffstat (limited to 'railties/guides/source/3_2_release_notes.textile')
-rw-r--r--railties/guides/source/3_2_release_notes.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/3_2_release_notes.textile b/railties/guides/source/3_2_release_notes.textile
index 74bc757948..d669a7fdfa 100644
--- a/railties/guides/source/3_2_release_notes.textile
+++ b/railties/guides/source/3_2_release_notes.textile
@@ -295,7 +295,7 @@ h4. Sprockets
h3. Active Record
-* Boolean columns with 'on' and 'ON' values are type casted to true.
+* Boolean columns with 'on' and 'ON' values are type cast to true.
* When the +timestamps+ method creates the +created_at+ and +updated_at+ columns, it makes them non-nullable by default.