Skip to content

Commit c1c3ac2

Browse files
authored
Merge pull request #1388 from p8/fix/poeple-typo
Remove "poeple" typo and reword for clarity
2 parents e0e24f2 + 6c89e31 commit c1c3ac2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/rdoc/markup_reference.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -859,10 +859,10 @@
859859
# - On-page: <tt>DummyClass</tt> links to DummyClass.
860860
# - Off-page: <tt>RDoc::Alias</tt> links to RDoc::Alias.
861861
#
862-
# Note: For poeple want to mark up code (such as class, module,
862+
# note: When marking up code (such as class, module,
863863
# constant, and method) as "<tt>+code+</tt>" (for interoperability
864-
# with other MarkDown parsers mainly), such word that refers a known
865-
# code object and is marked up entirely and separately as "monofont"
864+
# with other MarkDown parsers mainly), any word that refers to a known
865+
# code object, and is marked up entirely and separately as "monofont",
866866
# is also converted to a link.
867867
#
868868
# - <tt>+DummyClass+</tt> links to DummyClass

0 commit comments

Comments
 (0)