提交 4355725c 编写于 作者: M Mehmet Emin İNAÇ

Remove redundant 'like' from doc of slice! method [ci skip]

上级 b8c31fd9
......@@ -86,7 +86,7 @@ def split(*args)
@wrapped_string.split(*args).map { |i| self.class.new(i) }
end
# Works like like <tt>String#slice!</tt>, but returns an instance of
# Works like <tt>String#slice!</tt>, but returns an instance of
# Chars, or nil if the string was not modified.
def slice!(*args)
chars(@wrapped_string.slice!(*args))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册