Skip to content

Commit f91291d

Browse files
authored
docs: fix incomplete XML documentation for CreateInput method (#2536)
1 parent 9460514 commit f91291d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Input/Silk.NET.Input.Common/InputWindowExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ private static void DoLoadFirstPartyPlatformsViaReflection()
5858
/// </exception>
5959
/// <exception cref="NotSupportedException">
6060
/// Couldn't find a suitable input platform for this view. This occurs when you've created a window/view using
61-
/// a window platform, but haven't installed
61+
/// a window platform, but haven't installed the corresponding input backend package.
6262
/// </exception>
6363
public static IInputContext CreateInput(this IView view)
6464
{

0 commit comments

Comments
 (0)