aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/2_2_release_notes.md
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2013-12-02 19:35:02 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2013-12-02 19:35:02 +0530
commitef0f633c66d8eac6612c118c66ccf1b096bd4d3e (patch)
tree6450678fe833e162413bd141f1092914343c4448 /guides/source/2_2_release_notes.md
parente0326f56b41ef4e1d41fd327259873992d894736 (diff)
downloadrails-ef0f633c66d8eac6612c118c66ccf1b096bd4d3e.tar.gz
rails-ef0f633c66d8eac6612c118c66ccf1b096bd4d3e.tar.bz2
rails-ef0f633c66d8eac6612c118c66ccf1b096bd4d3e.zip
Typo and grammatical fixes [ci skip]
Diffstat (limited to 'guides/source/2_2_release_notes.md')
-rw-r--r--guides/source/2_2_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/2_2_release_notes.md b/guides/source/2_2_release_notes.md
index c11d1240c4..522f628a7e 100644
--- a/guides/source/2_2_release_notes.md
+++ b/guides/source/2_2_release_notes.md
@@ -366,7 +366,7 @@ Lead Contributor: [Daniel Schierbeck](http://workingwithrails.com/person/5830-da
* `Inflector#parameterize` produces a URL-ready version of its input, for use in `to_param`.
* `Time#advance` recognizes fractional days and weeks, so you can do `1.7.weeks.ago`, `1.5.hours.since`, and so on.
* The included TzInfo library has been upgraded to version 0.3.12.
-* `ActiveSuport::StringInquirer` gives you a pretty way to test for equality in strings: `ActiveSupport::StringInquirer.new("abc").abc? => true`
+* `ActiveSupport::StringInquirer` gives you a pretty way to test for equality in strings: `ActiveSupport::StringInquirer.new("abc").abc? => true`
Railties
--------