fix saving event doc typo

This commit is contained in:
danvolchek 2019-09-14 12:44:03 -07:00 committed by Jesse Plamondon-Willard
parent 4e7a67bc6d
commit e6edf8adc7
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 1 additions and 1 deletions

View File

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