diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-12-25 11:17:51 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-12-25 11:17:51 +0900 |
commit | c903cddf55af1505a0779e1a131f2fe47b838260 (patch) | |
tree | dab2cc78d42d8abdd283c0d7ff9086c0d85d2d70 /doc/rdoc | |
parent | 70618a48f7f9f12943e963bf121b56af4153f394 (diff) |
Typofix under doc directory
Diffstat (limited to 'doc/rdoc')
-rw-r--r-- | doc/rdoc/markup_reference.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/rdoc/markup_reference.rb b/doc/rdoc/markup_reference.rb index d726fdfc93..a1bbe13e2d 100644 --- a/doc/rdoc/markup_reference.rb +++ b/doc/rdoc/markup_reference.rb @@ -1216,13 +1216,13 @@ require 'rdoc' # class RDoc::MarkupReference - # exmaple class + # example class class DummyClass; end - # exmaple module + # example module module DummyModule; end - # exmaple singleton method + # example singleton method def self.dummy_singleton_method(foo, bar); end # example instance method @@ -1230,12 +1230,12 @@ class RDoc::MarkupReference alias dummy_instance_alias dummy_instance_method - # exmaple attribute + # example attribute attr_accessor :dummy_attribute alias dummy_attribute_alias dummy_attribute - # exmaple constant + # example constant DUMMY_CONSTANT = '' # :call-seq: |