Prechádzať zdrojové kódy

Make EventArgs documentation more consistent.

Patrick Barron 5 rokov pred
rodič
commit
8c9cd5f6d7

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

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