From 63db51a7b1763494dc95e26231d426c28cc19ca4 Mon Sep 17 00:00:00 2001 From: dahall Date: Thu, 5 Nov 2020 08:37:44 -0700 Subject: [PATCH] Fixed xml comment --- PInvoke/Shell32/ShObjIdl.IShellFolder.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PInvoke/Shell32/ShObjIdl.IShellFolder.cs b/PInvoke/Shell32/ShObjIdl.IShellFolder.cs index 135eee52..e73dc040 100644 --- a/PInvoke/Shell32/ShObjIdl.IShellFolder.cs +++ b/PInvoke/Shell32/ShObjIdl.IShellFolder.cs @@ -2349,9 +2349,9 @@ namespace Vanara.PInvoke /// Extension method to simplify using the method. /// Type of the interface to get. /// An instance. - /// - /// An array of pointers to ITEMIDLIST structures, each of which uniquely identifies a file object or subfolder relative to the - /// parent folder. Each item identifier list must contain exactly one SHITEMID structure followed by a terminating zero. + /// + /// A pointer to ITEMIDLIST structures, which uniquely identifies a file object or subfolder relative to the parent folder. Each + /// item identifier list must contain exactly one SHITEMID structure followed by a terminating zero. /// /// When this method returns successfully, contains the interface pointer requested in . ///