mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Make EventArgs documentation more consistent.
This commit is contained in:
parent
b2f734efd1
commit
8c9cd5f6d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue