diff --git a/lib/rdoc/parser/c.rb b/lib/rdoc/parser/c.rb index 19151d7b27..554efa6f1f 100644 --- a/lib/rdoc/parser/c.rb +++ b/lib/rdoc/parser/c.rb @@ -3,8 +3,8 @@ require 'tsort' ## # RDoc::Parser::C attempts to parse C extension files. It looks for -# the standard patterns that you find in extensions: rb_define_class, -# rb_define_method and so on. It tries to find the corresponding +# the standard patterns that you find in extensions: rb_define_class, +# rb_define_method and so on. It tries to find the corresponding # C source for the methods and extract comments, but if we fail # we don't worry too much. #