summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/win32ole/lib/win32ole/property.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/win32ole/lib/win32ole/property.rb b/ext/win32ole/lib/win32ole/property.rb
index 558056b32b..f54ca7b949 100644
--- a/ext/win32ole/lib/win32ole/property.rb
+++ b/ext/win32ole/lib/win32ole/property.rb
@@ -4,7 +4,7 @@ class WIN32OLE
end
# OLEProperty is a helper class of Property with arguments, used by
-# `olegen.rb`-generated files.
+# +olegen.rb+-generated files.
class WIN32OLE::Property
# :stopdoc:
def initialize(obj, dispid, gettypes, settypes)
@@ -23,7 +23,7 @@ class WIN32OLE::Property
end
module WIN32OLE::VariantType
- # Alias for `olegen.rb`-generated files, that should include
+ # Alias for +olegen.rb+-generated files, that should include
# WIN32OLE::VARIANT.
OLEProperty = WIN32OLE::Property
end