summaryrefslogtreecommitdiff
path: root/src/SMAPI.Installer
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.Installer
parent51e65fc8a090996b0bb2f0f4697376135b233654 (diff)
downloadSMAPI-c4a82418ac8b09a6965052f5c9173928457fba52.tar.gz
SMAPI-c4a82418ac8b09a6965052f5c9173928457fba52.tar.bz2
SMAPI-c4a82418ac8b09a6965052f5c9173928457fba52.zip
tweak comment header convention
Diffstat (limited to 'src/SMAPI.Installer')
-rw-r--r--src/SMAPI.Installer/InteractiveInstaller.cs2
-rw-r--r--src/SMAPI.Installer/Program.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Installer/InteractiveInstaller.cs b/src/SMAPI.Installer/InteractiveInstaller.cs
index 95aed4ca..7148b1d9 100644
--- a/src/SMAPI.Installer/InteractiveInstaller.cs
+++ b/src/SMAPI.Installer/InteractiveInstaller.cs
@@ -22,7 +22,7 @@ namespace StardewModdingApi.Installer
internal class InteractiveInstaller
{
/*********
- ** Properties
+ ** Fields
*********/
/// <summary>The absolute path to the directory containing the files to copy into the game folder.</summary>
private readonly string BundlePath;
diff --git a/src/SMAPI.Installer/Program.cs b/src/SMAPI.Installer/Program.cs
index 0ca5aea0..3c4d8593 100644
--- a/src/SMAPI.Installer/Program.cs
+++ b/src/SMAPI.Installer/Program.cs
@@ -12,7 +12,7 @@ namespace StardewModdingApi.Installer
internal class Program
{
/*********
- ** Properties
+ ** Fields
*********/
/// <summary>The absolute path of the installer folder.</summary>
[SuppressMessage("ReSharper", "AssignNullToNotNullAttribute", Justification = "The assembly location is never null in this context.")]