diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-05-16 19:22:09 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-05-16 19:22:09 -0400 |
commit | a0e9fa9f3e2aa47c3fa98891f757509947d871d6 (patch) | |
tree | 98837a42f4045a0cd44ce4d95e801823709ff2d8 /src/StardewModdingAPI/Mod.cs | |
parent | 11569dac318a60bedd460b29a3a7991d21db32d3 (diff) | |
download | SMAPI-a0e9fa9f3e2aa47c3fa98891f757509947d871d6.tar.gz SMAPI-a0e9fa9f3e2aa47c3fa98891f757509947d871d6.tar.bz2 SMAPI-a0e9fa9f3e2aa47c3fa98891f757509947d871d6.zip |
tweak release notes
Diffstat (limited to 'src/StardewModdingAPI/Mod.cs')
-rw-r--r-- | src/StardewModdingAPI/Mod.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StardewModdingAPI/Mod.cs b/src/StardewModdingAPI/Mod.cs index a65b135c..171088cf 100644 --- a/src/StardewModdingAPI/Mod.cs +++ b/src/StardewModdingAPI/Mod.cs @@ -116,7 +116,7 @@ namespace StardewModdingAPI return Path.Combine(this.PathOnDisk, "psconfigs"); } - /// <summary>Release or reset unmanaged resources.</summary> + /// <summary>Release or reset unmanaged resources when the game exits. There's no guarantee this will be called on every exit.</summary> /// <param name="disposing">Whether the instance is being disposed explicitly rather than finalised. If this is false, the instance shouldn't dispose other objects since they may already be finalised.</param> protected virtual void Dispose(bool disposing) { } |