File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12161216#
12171217class 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:
You can’t perform that action at this time.
0 commit comments