From 0fd7bacc4115c1541e71196537512ae86c78c34d Mon Sep 17 00:00:00 2001 From: Petrik Date: Fri, 30 Jan 2026 19:32:22 +0100 Subject: [PATCH] Add missing quote for 'unknown' --- lib/rdoc/parser/ruby.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rdoc/parser/ruby.rb b/lib/rdoc/parser/ruby.rb index c9b662c90a..634f7716b6 100644 --- a/lib/rdoc/parser/ruby.rb +++ b/lib/rdoc/parser/ruby.rb @@ -101,7 +101,7 @@ # # The parser looks at the token after the identifier to determine the name, in # this example, :meta_method. If a name cannot be found, a warning is printed -# and 'unknown is used. +# and 'unknown' is used. # # You can force the name of a method using the :method: directive: #