We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a51836 commit 78216aeCopy full SHA for 78216ae
1 file changed
core/rbs/unnamed/main_class.rbs
@@ -53,7 +53,7 @@ module RBS
53
# a.create_method(:betty) { p self }
54
# a.betty
55
#
56
- # *produces:*
+ # <em>produces:</em>
57
58
# In Fred
59
# Charge it!
@@ -109,7 +109,7 @@ module RBS
109
# end
110
# Mod.private_instance_methods #=> [:a, :c]
111
112
- # Note that to show a private method on RDoc, use `:doc:`.
+ # Note that to show a private method on RDoc, use <code>:doc:</code>.
113
114
%a{annotate:rdoc:copy:Module#private}
115
def private: () -> nil
0 commit comments