From 6c89e3182208548c348ed68d9ec3762fbefe227b Mon Sep 17 00:00:00 2001 From: Petrik Date: Wed, 9 Jul 2025 12:33:42 +0200 Subject: [PATCH] Remove "poeple" typo and reword for clarity --- doc/rdoc/markup_reference.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/rdoc/markup_reference.rb b/doc/rdoc/markup_reference.rb index ee585b2497..97293d5cba 100644 --- a/doc/rdoc/markup_reference.rb +++ b/doc/rdoc/markup_reference.rb @@ -859,10 +859,10 @@ # - On-page: DummyClass links to DummyClass. # - Off-page: RDoc::Alias links to RDoc::Alias. # -# Note: For poeple want to mark up code (such as class, module, +# note: When marking up code (such as class, module, # constant, and method) as "+code+" (for interoperability -# with other MarkDown parsers mainly), such word that refers a known -# code object and is marked up entirely and separately as "monofont" +# with other MarkDown parsers mainly), any word that refers to a known +# code object, and is marked up entirely and separately as "monofont", # is also converted to a link. # # - +DummyClass+ links to DummyClass