浏览代码

Make EventArgs documentation more consistent.

Patrick Barron 4 年之前
父节点
当前提交
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
     {