From 4355725cdc9cbe59a58bf7e5adaf923fb1fbf21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20Emin=20=C4=B0NA=C3=87?= Date: Tue, 26 May 2015 10:53:05 +0300 Subject: Remove redundant 'like' from doc of slice! method [ci skip] --- activesupport/lib/active_support/multibyte/chars.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/multibyte/chars.rb b/activesupport/lib/active_support/multibyte/chars.rb index 3c0cf9f137..9b3cfd18e2 100644 --- a/activesupport/lib/active_support/multibyte/chars.rb +++ b/activesupport/lib/active_support/multibyte/chars.rb @@ -86,7 +86,7 @@ module ActiveSupport #:nodoc: @wrapped_string.split(*args).map { |i| self.class.new(i) } end - # Works like like String#slice!, but returns an instance of + # Works like String#slice!, but returns an instance of # Chars, or nil if the string was not modified. def slice!(*args) chars(@wrapped_string.slice!(*args)) -- cgit v1.2.3