We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0e24f2 + 6c89e31 commit c1c3ac2Copy full SHA for c1c3ac2
1 file changed
doc/rdoc/markup_reference.rb
@@ -859,10 +859,10 @@
859
# - On-page: <tt>DummyClass</tt> links to DummyClass.
860
# - Off-page: <tt>RDoc::Alias</tt> links to RDoc::Alias.
861
#
862
-# Note: For poeple want to mark up code (such as class, module,
+# note: When marking up code (such as class, module,
863
# 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"
+# with other MarkDown parsers mainly), any word that refers to a known
+# code object, and is marked up entirely and separately as "monofont",
866
# is also converted to a link.
867
868
# - <tt>+DummyClass+</tt> links to DummyClass
0 commit comments