Make EventArgs documentation more consistent.

This commit is contained in:
Patrick Barron 2020-08-15 18:54:00 -04:00
parent b2f734efd1
commit 8c9cd5f6d7

View file

@ -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
{