Pārlūkot izejas kodu

Fix terminology

Brandon Thetford 1 gadu atpakaļ
vecāks
revīzija
e6c4184d2d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Terminal.Gui/Application.cs

+ 1 - 1
Terminal.Gui/Application.cs

@@ -1409,7 +1409,7 @@ public static partial class Application
     public static event EventHandler<MouseEventEventArgs> MouseEvent;
     public static event EventHandler<MouseEventEventArgs> MouseEvent;
 
 
     #nullable enable
     #nullable enable
-    /// <summary>Called when a mouse event occurs. Fires the <see cref="MouseEvent"/> event.</summary>
+    /// <summary>Called when a mouse event occurs. Raises the <see cref="MouseEvent"/> event.</summary>
     /// <remarks>This method can be used to simulate a mouse event, e.g. in unit tests.</remarks>
     /// <remarks>This method can be used to simulate a mouse event, e.g. in unit tests.</remarks>
     /// <param name="a">The mouse event with coordinates relative to the screen.</param>
     /// <param name="a">The mouse event with coordinates relative to the screen.</param>
     public static void OnMouseEvent (MouseEventEventArgs a)
     public static void OnMouseEvent (MouseEventEventArgs a)