Skip to content

Commit d2871a6

Browse files
authored
Fix typo in the spelling of "summary" (#2351)
1 parent f9535d2 commit d2871a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Silk.NET.Core/Contexts/INativeWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public interface INativeWindow
7272
/// </summary>
7373
nint? Sdl { get; }
7474

75-
/// <summaray>
75+
/// <summary>
7676
/// The handle to use for DirectX applications. This will be the Win32 Hwnd on Windows, and it will be the GLFW
7777
/// or SDL handle on non-windows platforms for use with native builds of DXVK. May not be null.
7878
/// </summary>

0 commit comments

Comments
 (0)