diff options
Diffstat (limited to 'lib/rdoc/method_attr.rb')
-rw-r--r-- | lib/rdoc/method_attr.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/method_attr.rb b/lib/rdoc/method_attr.rb index 5021929ea0..c9c377f671 100644 --- a/lib/rdoc/method_attr.rb +++ b/lib/rdoc/method_attr.rb @@ -211,7 +211,7 @@ class RDoc::MethodAttr < RDoc::CodeObject end ## - # Attempts to sanitize the content passed by the ruby parser: + # Attempts to sanitize the content passed by the Ruby parser: # remove outer parentheses, etc. def block_params=(value) |