summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortomoya ishida <tomoyapenguin@gmail.com>2026-01-19 04:59:09 +0900
committerGitHub <noreply@github.com>2026-01-19 04:59:09 +0900
commitb536c6a849eb2e30ade30365eb4cfd17e0dcfb4a (patch)
tree33ee73095c81599ccac666e4c173024fd6f47b86 /test
parent37c7ee536d88afbac4a9d8fba8d48717462502fd (diff)
[DOC] Remove _emphasis_ in code blocks which is not handled as emphasis anymore (#15901)
Diffstat (limited to 'test')
-rw-r--r--test/ruby/sentence.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/sentence.rb b/test/ruby/sentence.rb
index 9bfd7c7599..99ced05d2f 100644
--- a/test/ruby/sentence.rb
+++ b/test/ruby/sentence.rb
@@ -211,7 +211,7 @@ class Sentence
# returns new sentence object which
# _target_ is substituted by the block.
#
- # Sentence#subst invokes <tt>_target_ === _string_</tt> for each
+ # Sentence#subst invokes <tt>target === string</tt> for each
# string in the sentence.
# The strings which === returns true are substituted by the block.
# The block is invoked with the substituting string.