diff --git a/src/Core/Silk.NET.Core/Contexts/INativeWindow.cs b/src/Core/Silk.NET.Core/Contexts/INativeWindow.cs index 791fe4c0d1..d46663da23 100644 --- a/src/Core/Silk.NET.Core/Contexts/INativeWindow.cs +++ b/src/Core/Silk.NET.Core/Contexts/INativeWindow.cs @@ -72,7 +72,7 @@ public interface INativeWindow /// nint? Sdl { get; } - /// + /// /// The handle to use for DirectX applications. This will be the Win32 Hwnd on Windows, and it will be the GLFW /// or SDL handle on non-windows platforms for use with native builds of DXVK. May not be null. ///