Explorar o código

Make EventArgs documentation more consistent.

Patrick Barron %!s(int64=5) %!d(string=hai) anos
pai
achega
8c9cd5f6d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jellyfin.Data/Events/System/PendingRestartEventArgs.cs

+ 1 - 1
Jellyfin.Data/Events/System/PendingRestartEventArgs.cs

@@ -3,7 +3,7 @@
 namespace Jellyfin.Data.Events.System
 {
     /// <summary>
-    /// An event that fires when there is a pending restart.
+    /// An event that occurs when there is a pending restart.
     /// </summary>
     public class PendingRestartEventArgs : EventArgs
     {