提交 a63de6db 编写于 作者: V Vipul A M 提交者: GitHub

Merge pull request #26299 from davydovanton/fix-typo

Fix typo in Delegation#delegate_missing_to doc [ci skip]
......@@ -256,7 +256,7 @@ def delegate(*methods, to: nil, prefix: nil, allow_nil: nil)
# end
# end
#
# The target can be anything callable withing the object. E.g. instance
# The target can be anything callable within the object. E.g. instance
# variables, methods, constants ant the likes.
def delegate_missing_to(target)
target = target.to_s
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册