From 7b671d2b9ac0bf380da34f2d5d433c67efd1301b Mon Sep 17 00:00:00 2001 From: dahall Date: Thu, 3 Jun 2021 10:51:12 -0600 Subject: [PATCH] Fixed XML docs --- PInvoke/Gdi32/WinGdi.BITMAPINFO.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PInvoke/Gdi32/WinGdi.BITMAPINFO.cs b/PInvoke/Gdi32/WinGdi.BITMAPINFO.cs index 1e6dace2..cae07ad5 100644 --- a/PInvoke/Gdi32/WinGdi.BITMAPINFO.cs +++ b/PInvoke/Gdi32/WinGdi.BITMAPINFO.cs @@ -1386,7 +1386,7 @@ namespace Vanara.PInvoke /// Represents the equivalent of this class instances. public static new readonly SafeBITMAPINFO Null = new(IntPtr.Zero, false); - /// Performs an implicit conversion from to . + /// Performs an implicit conversion from to . /// The value. /// The resulting instance from the conversion. public static implicit operator SafeBITMAPINFO(in BITMAPINFO bi) => new(bi);