From e6c4184d2da757fe0ea1aba8b4a80b5d646659dc Mon Sep 17 00:00:00 2001 From: Brandon Thetford Date: Wed, 21 Feb 2024 00:19:55 -0700 Subject: [PATCH] Fix terminology --- Terminal.Gui/Application.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Application.cs b/Terminal.Gui/Application.cs index 8843d740f..49c20319e 100644 --- a/Terminal.Gui/Application.cs +++ b/Terminal.Gui/Application.cs @@ -1409,7 +1409,7 @@ public static partial class Application public static event EventHandler MouseEvent; #nullable enable - /// Called when a mouse event occurs. Fires the event. + /// Called when a mouse event occurs. Raises the event. /// This method can be used to simulate a mouse event, e.g. in unit tests. /// The mouse event with coordinates relative to the screen. public static void OnMouseEvent (MouseEventEventArgs a)