diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-12-12 22:35:47 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-12-12 14:16:28 +0000 |
commit | ca427e63ada16b833f58587e9fd468899e105ec5 (patch) | |
tree | b3d4720ffa9ce545a912854c05a5656ab1b7eaac /ext/win32ole/lib | |
parent | 54964526c645010d9303a02ae0089761cbf7202f (diff) |
[ruby/win32ole] [DOC] Fix a markup for code
https://github.com/ruby/win32ole/commit/542d39372c
Diffstat (limited to 'ext/win32ole/lib')
-rw-r--r-- | ext/win32ole/lib/win32ole/property.rb | 4 |
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 |