Skip to content

Commit 78216ae

Browse files
committed
Update rdoc comment
1 parent 5a51836 commit 78216ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/rbs/unnamed/main_class.rbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module RBS
5353
# a.create_method(:betty) { p self }
5454
# a.betty
5555
#
56-
# *produces:*
56+
# <em>produces:</em>
5757
#
5858
# In Fred
5959
# Charge it!
@@ -109,7 +109,7 @@ module RBS
109109
# end
110110
# Mod.private_instance_methods #=> [:a, :c]
111111
#
112-
# Note that to show a private method on RDoc, use `:doc:`.
112+
# Note that to show a private method on RDoc, use <code>:doc:</code>.
113113
#
114114
%a{annotate:rdoc:copy:Module#private}
115115
def private: () -> nil

0 commit comments

Comments
 (0)