diff options
author | Xavier Noria <fxn@hashref.com> | 2012-04-29 14:48:32 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2012-04-29 14:48:32 -0700 |
commit | f7ccfdc0c452310811ef21bb00ccf06bbe1280f0 (patch) | |
tree | 44cb808573c8fb43985cb866a7d56328c4eb4b0b /activesupport | |
parent | 958daaa664079ec32e542dc3dec52dfd504aecde (diff) | |
parent | 1cf55e660daf65ff45d72729f620f339b8215299 (diff) | |
download | rails-f7ccfdc0c452310811ef21bb00ccf06bbe1280f0.tar.gz rails-f7ccfdc0c452310811ef21bb00ccf06bbe1280f0.tar.bz2 rails-f7ccfdc0c452310811ef21bb00ccf06bbe1280f0.zip |
Merge pull request #6065 from Locke23rus/patch-1
Remove repeated word
Diffstat (limited to 'activesupport')
-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 77fa753ab3..66319898e2 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,6 +1,6 @@ ## Rails 4.0.0 (unreleased) ## -* Add ActiveSupport::Deprecations.behavior = :slience to to completely ignore *twinturbo* +* Add ActiveSupport::Deprecations.behavior = :slience to completely ignore *twinturbo* * Make Module#delegate stop using `send` - can no longer delegate to private methods. *dasch* |