Skip to content

Commit 820bc93

Browse files
committed
Avoid RDoc warning for unknown directive
1 parent efbba99 commit 820bc93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/rdoc/parser/ruby.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,9 +1439,9 @@ def read_escape
14391439
# ##
14401440
# # :singleton-method: woo_hoo!
14411441
#
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.
1442+
# Additionally you can mark a method as an attribute by
1443+
# using :attr:, :attr_reader:, :attr_writer: or :attr_accessor:. Just like
1444+
# for :method:, the name is optional.
14451445
#
14461446
# ##
14471447
# # :attr_reader: my_attr_name

0 commit comments

Comments
 (0)