Skip to content

Commit 590a68b

Browse files
authored
Add missing quote for 'unknown' (#1589)
1 parent f7c5439 commit 590a68b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rdoc/parser/ruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
#
102102
# The parser looks at the token after the identifier to determine the name, in
103103
# this example, :meta_method. If a name cannot be found, a warning is printed
104-
# and 'unknown is used.
104+
# and 'unknown' is used.
105105
#
106106
# You can force the name of a method using the :method: directive:
107107
#

0 commit comments

Comments
 (0)