We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbba99 commit 820bc93Copy full SHA for 820bc93
lib/rdoc/parser/ruby.rb
@@ -1439,9 +1439,9 @@ def read_escape
1439
# ##
1440
# # :singleton-method: woo_hoo!
1441
#
1442
-# Additionally you can mark a method as an attribute by using :attr:,
1443
-# :attr_reader:, :attr_writer: or :attr_accessor:. Just like for :method:,
1444
-# the name is optional.
+# Additionally you can mark a method as an attribute by
+# using :attr:, :attr_reader:, :attr_writer: or :attr_accessor:. Just like
+# for :method:, the name is optional.
1445
1446
1447
# # :attr_reader: my_attr_name
0 commit comments