Skip to content

Commit e618adb

Browse files
committed
Update activesupport/lib/active_support/deprecation/proxy_wrappers.rb
Fix a typo in rdoc (*expect* for *except*)
1 parent fc6336d commit e618adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/deprecation/proxy_wrappers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def method_missing(called, *args, &block)
3030
# @old_object = DeprecatedObjectProxy.new(Object.new, "Don't use this object anymore!")
3131
# @old_object = DeprecatedObjectProxy.new(Object.new, "Don't use this object anymore!", deprecator_instance)
3232
#
33-
# When someone execute any method expect +inspect+ on proxy object this will
33+
# When someone executes any method except +inspect+ on proxy object this will
3434
# trigger +warn+ method on +deprecator_instance+.
3535
#
3636
# Default deprecator is <tt>ActiveSupport::Deprecation</tt>

0 commit comments

Comments
 (0)