diff options
Diffstat (limited to 'src/SMAPI/Events/IGameLoopEvents.cs')
-rw-r--r-- | src/SMAPI/Events/IGameLoopEvents.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Events/IGameLoopEvents.cs b/src/SMAPI/Events/IGameLoopEvents.cs index a576895b..6855737b 100644 --- a/src/SMAPI/Events/IGameLoopEvents.cs +++ b/src/SMAPI/Events/IGameLoopEvents.cs @@ -26,7 +26,7 @@ namespace StardewModdingAPI.Events /// <summary>Raised after the game finishes creating the save file.</summary> event EventHandler<SaveCreatedEventArgs> SaveCreated; - /// <summary>Raised before the game begins writes data to the save file (except the initial save creation).</summary> + /// <summary>Raised before the game begins writing data to the save file (except the initial save creation).</summary> event EventHandler<SavingEventArgs> Saving; /// <summary>Raised after the game finishes writing data to the save file (except the initial save creation).</summary> |