diff options
author | Akira Matsuda <ronnie@dio.jp> | 2015-09-20 05:10:42 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2015-09-20 05:10:42 +0900 |
commit | e86ef22cd41671c693f972799ca2bee501cbcbcf (patch) | |
tree | 8a07d78078e10431144658eb4493fd880aa4928a /activesupport/lib | |
parent | e80b39c390c4fef3669f0341b30ae4741674f09c (diff) | |
download | rails-e86ef22cd41671c693f972799ca2bee501cbcbcf.tar.gz rails-e86ef22cd41671c693f972799ca2bee501cbcbcf.tar.bz2 rails-e86ef22cd41671c693f972799ca2bee501cbcbcf.zip |
Documentation typo
[ci skip]
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/deprecation/proxy_wrappers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/deprecation/proxy_wrappers.rb b/activesupport/lib/active_support/deprecation/proxy_wrappers.rb index 6572ff78a6..6f0ad445fc 100644 --- a/activesupport/lib/active_support/deprecation/proxy_wrappers.rb +++ b/activesupport/lib/active_support/deprecation/proxy_wrappers.rb @@ -111,7 +111,7 @@ module ActiveSupport # # PLANETS = %w(mercury venus earth mars jupiter saturn uranus neptune pluto) # - # (In a later update, the orignal implementation of `PLANETS` has been removed.) + # (In a later update, the original implementation of `PLANETS` has been removed.) # # PLANETS_POST_2006 = %w(mercury venus earth mars jupiter saturn uranus neptune) # PLANETS = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('PLANETS', 'PLANETS_POST_2006') |