diff options
Diffstat (limited to 'src/SMAPI/GamePlatform.cs')
-rw-r--r-- | src/SMAPI/GamePlatform.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/GamePlatform.cs b/src/SMAPI/GamePlatform.cs index b64595e4..cce5ed8d 100644 --- a/src/SMAPI/GamePlatform.cs +++ b/src/SMAPI/GamePlatform.cs @@ -11,7 +11,7 @@ namespace StardewModdingAPI /// <summary>The Linux version of the game.</summary> Linux = Platform.Linux, - /// <summary>The Mac version of the game.</summary> + /// <summary>The macOS version of the game.</summary> Mac = Platform.Mac, /// <summary>The Windows version of the game.</summary> |