aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/3_0_release_notes.textile
diff options
context:
space:
mode:
authorMatt Duncan <mrduncan@gmail.com>2010-02-03 18:14:07 -0500
committerMatt Duncan <mrduncan@gmail.com>2010-02-03 18:14:07 -0500
commitae6f856a47c39a5e4ad364ac44ab8e0ad4fedc11 (patch)
treed6e28f8ef26fa3966960fcf6a1830a02405bc7aa /railties/guides/source/3_0_release_notes.textile
parent69e693d711b4c002e0f1d94b0b96cceffb5232ac (diff)
downloadrails-ae6f856a47c39a5e4ad364ac44ab8e0ad4fedc11.tar.gz
rails-ae6f856a47c39a5e4ad364ac44ab8e0ad4fedc11.tar.bz2
rails-ae6f856a47c39a5e4ad364ac44ab8e0ad4fedc11.zip
Fix capitalization on note
Diffstat (limited to 'railties/guides/source/3_0_release_notes.textile')
-rw-r--r--railties/guides/source/3_0_release_notes.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile
index 15d38b47a0..d70c1e2191 100644
--- a/railties/guides/source/3_0_release_notes.textile
+++ b/railties/guides/source/3_0_release_notes.textile
@@ -442,7 +442,7 @@ As well as the following deprecations:
* validates_presence_of => validates... :presence => true
* <tt>ActiveRecord::Base.colorize_logging</tt> and <tt>config.active_record.colorize_logging</tt> are deprecated in favour of <tt>Rails::Subscriber.colorize_logging</tt> or <tt>config.colorize_logging</tt>
-NOTE: while an implementation of State Machine has been in Active Record edge for some months now, it has been removed from the Rails 3.0 release.
+NOTE: While an implementation of State Machine has been in Active Record edge for some months now, it has been removed from the Rails 3.0 release.
h3. Active Resource