From f836caec3391d1f2e583ee1df6fcaafd284c796d Mon Sep 17 00:00:00 2001 From: danvolchek Date: Sat, 9 Mar 2019 18:38:06 -0600 Subject: fix typos and update release notes --- src/SMAPI.Web/Framework/LogParsing/Models/LogMessage.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/SMAPI.Web/Framework/LogParsing/Models') diff --git a/src/SMAPI.Web/Framework/LogParsing/Models/LogMessage.cs b/src/SMAPI.Web/Framework/LogParsing/Models/LogMessage.cs index ecca0b5b..f7c99d02 100644 --- a/src/SMAPI.Web/Framework/LogParsing/Models/LogMessage.cs +++ b/src/SMAPI.Web/Framework/LogParsing/Models/LogMessage.cs @@ -21,10 +21,10 @@ namespace StardewModdingAPI.Web.Framework.LogParsing.Models /// The number of times this message was repeated consecutively. public int Repeated { get; set; } - /// The section that this log message belongs too. + /// The section that this log message belongs to. public LogSection? Section { get; set; } - /// Whether this message is the first one of it's section. + /// Whether this message is the first one of its section. public bool IsStartOfSection { get; set; } } } -- cgit