diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-26 01:53:39 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-27 18:04:39 -0400 |
commit | e8c6221d967fd3b7387ecce879a082e7dead92da (patch) | |
tree | 4af13c5cd5e18efbe691bba1d584a2c6377d087b /src/SMAPI/Framework | |
parent | 064346594d2239b1dceb9ddbc78e147c555d63d7 (diff) | |
download | SMAPI-e8c6221d967fd3b7387ecce879a082e7dead92da.tar.gz SMAPI-e8c6221d967fd3b7387ecce879a082e7dead92da.tar.bz2 SMAPI-e8c6221d967fd3b7387ecce879a082e7dead92da.zip |
fix typo
Diffstat (limited to 'src/SMAPI/Framework')
-rw-r--r-- | src/SMAPI/Framework/ContentManagers/ModContentManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Framework/ContentManagers/ModContentManager.cs b/src/SMAPI/Framework/ContentManagers/ModContentManager.cs index 38a21383..1b94b8c6 100644 --- a/src/SMAPI/Framework/ContentManagers/ModContentManager.cs +++ b/src/SMAPI/Framework/ContentManagers/ModContentManager.cs @@ -176,7 +176,7 @@ namespace StardewModdingAPI.Framework.ContentManagers return asset; } - /// <summary>Load an unpacked image file (<c>.json</c>).</summary> + /// <summary>Load an unpacked image file (<c>.png</c>).</summary> /// <typeparam name="T">The type of asset to load.</typeparam> /// <param name="assetName">The asset name relative to the loader root directory.</param> /// <param name="file">The file to load.</param> |