Skip to content

Commit ca427e6

Browse files
nobumatzbot
authored andcommitted
[ruby/win32ole] [DOC] Fix a markup for code
ruby/win32ole@542d39372c
1 parent 5496452 commit ca427e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/win32ole/lib/win32ole/property.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class WIN32OLE
44
end
55

66
# OLEProperty is a helper class of Property with arguments, used by
7-
# `olegen.rb`-generated files.
7+
# +olegen.rb+-generated files.
88
class WIN32OLE::Property
99
# :stopdoc:
1010
def initialize(obj, dispid, gettypes, settypes)
@@ -23,7 +23,7 @@ def []=(*args)
2323
end
2424

2525
module WIN32OLE::VariantType
26-
# Alias for `olegen.rb`-generated files, that should include
26+
# Alias for +olegen.rb+-generated files, that should include
2727
# WIN32OLE::VARIANT.
2828
OLEProperty = WIN32OLE::Property
2929
end

0 commit comments

Comments
 (0)