From 660bc2167537f7b2721914b2d8fa48039db634cd Mon Sep 17 00:00:00 2001 From: suke Date: Fri, 28 Aug 2009 22:09:50 +0000 Subject: * ext/win32ole/win32ole.c (fole_s_show_help): fixed the comment of WIN32OLE.ole_show_help usage. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/win32ole/win32ole.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext') diff --git a/ext/win32ole/win32ole.c b/ext/win32ole/win32ole.c index e5807ec9dc..c58595bb41 100644 --- a/ext/win32ole/win32ole.c +++ b/ext/win32ole/win32ole.c @@ -1870,8 +1870,7 @@ ole_show_help(helpfile, helpcontext) * Displays helpfile. The 1st argument specifies WIN32OLE_TYPE * object or WIN32OLE_METHOD object or helpfile. * - * excel = WIN32OLE.new('Excel.Application') - * typeobj = excel.ole_type + * typeobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Application') * WIN32OLE.ole_show_help(typeobj) */ static VALUE -- cgit v1.2.3