diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-27 12:39:10 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-27 12:39:10 -0500 |
commit | c4a82418ac8b09a6965052f5c9173928457fba52 (patch) | |
tree | a17f53fb9e9a3c54089b1d28a4c04f94d2ec0b80 /src/SMAPI.Internal/EnvironmentUtility.cs | |
parent | 51e65fc8a090996b0bb2f0f4697376135b233654 (diff) | |
download | SMAPI-c4a82418ac8b09a6965052f5c9173928457fba52.tar.gz SMAPI-c4a82418ac8b09a6965052f5c9173928457fba52.tar.bz2 SMAPI-c4a82418ac8b09a6965052f5c9173928457fba52.zip |
tweak comment header convention
Diffstat (limited to 'src/SMAPI.Internal/EnvironmentUtility.cs')
-rw-r--r-- | src/SMAPI.Internal/EnvironmentUtility.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Internal/EnvironmentUtility.cs b/src/SMAPI.Internal/EnvironmentUtility.cs index a3581898..c4e4678a 100644 --- a/src/SMAPI.Internal/EnvironmentUtility.cs +++ b/src/SMAPI.Internal/EnvironmentUtility.cs @@ -12,7 +12,7 @@ namespace StardewModdingAPI.Internal internal static class EnvironmentUtility { /********* - ** Properties + ** Fields *********/ /// <summary>Get the OS name from the system uname command.</summary> /// <param name="buffer">The buffer to fill with the resulting string.</param> |