diff --git a/src/Input/Silk.NET.Input.Common/InputWindowExtensions.cs b/src/Input/Silk.NET.Input.Common/InputWindowExtensions.cs index 4b5935b92b..e571a4b31e 100644 --- a/src/Input/Silk.NET.Input.Common/InputWindowExtensions.cs +++ b/src/Input/Silk.NET.Input.Common/InputWindowExtensions.cs @@ -58,7 +58,7 @@ private static void DoLoadFirstPartyPlatformsViaReflection() /// /// /// Couldn't find a suitable input platform for this view. This occurs when you've created a window/view using - /// a window platform, but haven't installed + /// a window platform, but haven't installed the corresponding input backend package. /// public static IInputContext CreateInput(this IView view) {