mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Fixed typo
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user