Browse Source

Make EventArgs documentation more consistent.

Patrick Barron 5 năm trước cách đây
mục cha
commit
8c9cd5f6d7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
     {