1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Formatting fix for example code

Just cleaning up the formatting of the example code here to format an inline bit of commentary as a comment.

Before:

![](https://monosnap.com/file/Clso8IQGOWHU3o6cStbY5NaMPx3ysP.png)

After:

![](https://monosnap.com/file/QdbKKvLAeiQ0RucppVYETvaWEstnOI.png)




[ci skip]
This commit is contained in:
T.J. Schuck 2017-11-28 18:16:54 -05:00
parent 8633567169
commit 6815ce0be7
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ module ActiveSupport
#
# PLANETS = %w(mercury venus earth mars jupiter saturn uranus neptune pluto)
#
# (In a later update, the original 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)
# include ActiveSupport::Deprecation::DeprecatedConstantAccessor

View file

@ -113,7 +113,7 @@ module ActiveSupport
#
# PLANETS = %w(mercury venus earth mars jupiter saturn uranus neptune pluto)
#
# (In a later update, the original 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')