mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Documentation typo
[ci skip]
This commit is contained in:
parent
e80b39c390
commit
e86ef22cd4
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue