Преглед изворни кода

Make EventArgs documentation more consistent.

Patrick Barron пре 5 година
родитељ
комит
8c9cd5f6d7
1 измењених фајлова са 1 додато и 1 уклоњено
  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
     {