Skip to content

Commit

Permalink
[DOC] Remove spaces inside parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jan 28, 2024
1 parent 4b677f6 commit 57e4a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/win32ole/win32ole.c
Original file line number Diff line number Diff line change
Expand Up @@ -1962,7 +1962,7 @@ ole_bind_obj(VALUE moniker, int argc, VALUE *argv, VALUE self)

/*
* call-seq:
* connect( ole ) --> aWIN32OLE
* connect(ole) --> aWIN32OLE
*
* Returns running OLE Automation object or WIN32OLE object from moniker.
* 1st argument should be OLE program id or class id or moniker.
Expand Down Expand Up @@ -2019,7 +2019,7 @@ fole_s_connect(int argc, VALUE *argv, VALUE self)

/*
* call-seq:
* const_load( ole, mod = WIN32OLE)
* const_load(ole, mod = WIN32OLE)
*
* Defines the constants of OLE Automation server as mod's constants.
* The first argument is WIN32OLE object or type library name.
Expand Down

0 comments on commit 57e4a38

Please sign in to comment.