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);