From ca427e63ada16b833f58587e9fd468899e105ec5 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 12 Dec 2024 22:35:47 +0900 Subject: [ruby/win32ole] [DOC] Fix a markup for code https://github.com/ruby/win32ole/commit/542d39372c --- ext/win32ole/lib/win32ole/property.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/win32ole/lib') 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 -- cgit v1.2.3