lib/active_support/deprecation.rb in activesupport-7.0.2.4 vs lib/active_support/deprecation.rb in activesupport-7.0.3
- old
+ new
@@ -2,10 +2,10 @@
require "singleton"
module ActiveSupport
# \Deprecation specifies the API used by Rails to deprecate methods, instance
- # variables, objects and constants.
+ # variables, objects, and constants.
class Deprecation
# active_support.rb sets an autoload for ActiveSupport::Deprecation.
#
# If these requires were at the top of the file the constant would not be
# defined by the time their files were loaded. Since some of them reopen