diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-05-12 15:16:32 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-05-12 15:16:32 -0300 |
commit | 0854ba149a02c268b3c16a1a26b540c65bbc8c64 (patch) | |
tree | 4d24d256ac65dd1af793cd106e45d705a775ad76 | |
parent | bf8fa7c5c718ebd2d7615d05ee5106135eff858d (diff) | |
download | rails-0854ba149a02c268b3c16a1a26b540c65bbc8c64.tar.gz rails-0854ba149a02c268b3c16a1a26b540c65bbc8c64.tar.bz2 rails-0854ba149a02c268b3c16a1a26b540c65bbc8c64.zip |
Fix typo: require -> requires
[ci skip]
-rw-r--r-- | activesupport/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 24554e5565..493c169803 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,6 +1,6 @@ * Replace `multi_json` with `json`. - Since Rails require Ruby 1.9 and since Ruby 1.9 includes `json` in the standard library, + Since Rails requires Ruby 1.9 and since Ruby 1.9 includes `json` in the standard library, `multi_json` is no longer necessary. *Erik Michaels-Ober* |