Skip to content

Commit 0fd7bac

Browse files
committed
Add missing quote for 'unknown'
1 parent 66ef95a commit 0fd7bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)