summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorcrazeteam <lilujing@outlook.com>2024-03-27 00:15:40 +0800
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-03-27 07:52:18 +0900
commitb2b665eba59e3fc9ad9656d9c74509a975db6fe8 (patch)
treea4639d1bd259ce0806048d1028e2144d40201eff /test/ruby
parenta7ff264477105b5dc0ade6facad4176a1b73df0b (diff)
[DOC] remove repetitive words in comments
Signed-off-by: crazeteam <lilujing@outlook.com>
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_string.rb2
1 files changed, 1 insertions, 1 deletions
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