fix saving event doc typo
This commit is contained in:
parent
4e7a67bc6d
commit
e6edf8adc7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue