From 3f0e9f0798de9e884930e75b54dcf79ead7f5b80 Mon Sep 17 00:00:00 2001 From: dahall Date: Thu, 30 Sep 2021 13:29:30 -0600 Subject: [PATCH] Fixed XML comment error --- PInvoke/Shell32/ShObjIdl.IShellFolder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PInvoke/Shell32/ShObjIdl.IShellFolder.cs b/PInvoke/Shell32/ShObjIdl.IShellFolder.cs index 58d90240..a2429e89 100644 --- a/PInvoke/Shell32/ShObjIdl.IShellFolder.cs +++ b/PInvoke/Shell32/ShObjIdl.IShellFolder.cs @@ -11,7 +11,7 @@ namespace Vanara.PInvoke { public static partial class Shell32 { - /// To extract the sorting rule, use a bitwise AND operator (&) to combine lParam with SHCIDS_COLUMNMASK (0X0000FFFF). + /// To extract the sorting rule, use a bitwise AND operator (&) to combine lParam with SHCIDS_COLUMNMASK (0X0000FFFF). /// This operation masks off the upper sixteen bits of lParam. public const SHCIDS SHCIDS_COLUMNMASK = (SHCIDS)0x0000FFFF;