Skip to content

Commit 3f79ee4

Browse files
authored
Not ants were harmed! 🐜
1 parent b9661c7 commit 3f79ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/core_ext/module/delegation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def delegate(*methods, to: nil, prefix: nil, allow_nil: nil)
260260
# end
261261
#
262262
# The target can be anything callable within the object. E.g. instance
263-
# variables, methods, constants ant the likes.
263+
# variables, methods, constants and the likes.
264264
def delegate_missing_to(target)
265265
target = target.to_s
266266
target = "self.#{target}" if DELEGATION_RESERVED_METHOD_NAMES.include?(target)

0 commit comments

Comments
 (0)