summaryrefslogtreecommitdiffstats
path: root/runtime/doc/if_ole.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-02-25 15:42:52 +0800
committerGitHub <noreply@github.com>2024-02-25 08:42:52 +0100
commitd086b8f646a67f6b16c46061ce773de1011b8ec7 (patch)
treed1cd576ceceafe227bb8e39091f5a131a398ab6b /runtime/doc/if_ole.txt
parenta2ebb6e9176d007c11804bb9784beee35a8050c8 (diff)
runtime(doc): fix inconsistent indent (#14089)
Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/if_ole.txt')
-rw-r--r--runtime/doc/if_ole.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/if_ole.txt b/runtime/doc/if_ole.txt
index b08fa98181..c546e971a6 100644
--- a/runtime/doc/if_ole.txt
+++ b/runtime/doc/if_ole.txt
@@ -39,9 +39,9 @@ instance), code similar to the following should be used:
$vim = new Win32::OLE 'Vim.Application';
[C#] >
- // Add a reference to Vim in your project.
- // Choose the COM tab.
- // Select "Vim Ole Interface 1.1 Type Library"
+ // Add a reference to Vim in your project.
+ // Choose the COM tab.
+ // Select "Vim Ole Interface 1.1 Type Library"
Vim.Vim vimobj = new Vim.Vim();
Vim does not support acting as a "hidden" OLE server, like some other OLE