Skip to content

Commit 1815f30

Browse files
committed
Typofix under doc directory
1 parent ae08ae2 commit 1815f30

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/rdoc/markup_reference.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,26 +1216,26 @@
12161216
#
12171217
class RDoc::MarkupReference
12181218

1219-
# exmaple class
1219+
# example class
12201220
class DummyClass; end
12211221

1222-
# exmaple module
1222+
# example module
12231223
module DummyModule; end
12241224

1225-
# exmaple singleton method
1225+
# example singleton method
12261226
def self.dummy_singleton_method(foo, bar); end
12271227

12281228
# example instance method
12291229
def dummy_instance_method(foo, bar); end;
12301230

12311231
alias dummy_instance_alias dummy_instance_method
12321232

1233-
# exmaple attribute
1233+
# example attribute
12341234
attr_accessor :dummy_attribute
12351235

12361236
alias dummy_attribute_alias dummy_attribute
12371237

1238-
# exmaple constant
1238+
# example constant
12391239
DUMMY_CONSTANT = ''
12401240

12411241
# :call-seq:

0 commit comments

Comments
 (0)