瀏覽代碼

Fixed typo

Tig Kindel 1 年之前
父節點
當前提交
7bd527911c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Terminal.Gui/View/ViewKeyboard.cs

+ 1 - 1
Terminal.Gui/View/ViewKeyboard.cs

@@ -486,7 +486,7 @@ public partial class View
     }
 
     /// <summary>
-    ///     Invoked when the users presses a key, allowing subscribers to do things during key down events. Set
+    ///     Invoked when the user presses a key, allowing subscribers to do things during key down events. Set
     ///     <see cref="Key.Handled"/> to true to stop the key from being processed by other views. Invoked after
     ///     <see cref="KeyDown"/> and before <see cref="InvokingKeyBindings"/>.
     /// </summary>