From b2b665eba59e3fc9ad9656d9c74509a975db6fe8 Mon Sep 17 00:00:00 2001 From: crazeteam Date: Wed, 27 Mar 2024 00:15:40 +0800 Subject: [DOC] remove repetitive words in comments Signed-off-by: crazeteam --- test/ruby/test_string.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_string.rb b/test/ruby/test_string.rb index 8ec80d06fc..0dae1c5a8e 100644 --- a/test/ruby/test_string.rb +++ b/test/ruby/test_string.rb @@ -3623,7 +3623,7 @@ CODE assert_not_predicate +chilled_string, :frozen? assert_not_same chilled_string, +chilled_string - # @- the the original string as mutable + # @- the original string as mutable assert_predicate -chilled_string, :frozen? assert_not_same chilled_string, -chilled_string end -- cgit v1.2.3