summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/Patching/GamePatcher.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-12-27 12:39:10 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-12-27 12:39:10 -0500
commitc4a82418ac8b09a6965052f5c9173928457fba52 (patch)
treea17f53fb9e9a3c54089b1d28a4c04f94d2ec0b80 /src/SMAPI/Framework/Patching/GamePatcher.cs
parent51e65fc8a090996b0bb2f0f4697376135b233654 (diff)
downloadSMAPI-c4a82418ac8b09a6965052f5c9173928457fba52.tar.gz
SMAPI-c4a82418ac8b09a6965052f5c9173928457fba52.tar.bz2
SMAPI-c4a82418ac8b09a6965052f5c9173928457fba52.zip
tweak comment header convention
Diffstat (limited to 'src/SMAPI/Framework/Patching/GamePatcher.cs')
-rw-r--r--src/SMAPI/Framework/Patching/GamePatcher.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Framework/Patching/GamePatcher.cs b/src/SMAPI/Framework/Patching/GamePatcher.cs
index 71ca8e55..f82159d0 100644
--- a/src/SMAPI/Framework/Patching/GamePatcher.cs
+++ b/src/SMAPI/Framework/Patching/GamePatcher.cs
@@ -7,7 +7,7 @@ namespace StardewModdingAPI.Framework.Patching
internal class GamePatcher
{
/*********
- ** Properties
+ ** Fields
*********/
/// <summary>Encapsulates monitoring and logging.</summary>
private readonly IMonitor Monitor;