From e02372bba9559d638ac2e63fad442975ee71c44b Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 31 Aug 2019 16:46:17 -0400 Subject: fix log parser changes --- src/SMAPI.Web/Controllers/LogParserController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SMAPI.Web/Controllers') diff --git a/src/SMAPI.Web/Controllers/LogParserController.cs b/src/SMAPI.Web/Controllers/LogParserController.cs index 2a071b6c..f7f19cd8 100644 --- a/src/SMAPI.Web/Controllers/LogParserController.cs +++ b/src/SMAPI.Web/Controllers/LogParserController.cs @@ -110,7 +110,7 @@ namespace StardewModdingAPI.Web.Controllers return response; } - /// Construct an instance. + /// Build a log parser model. /// The paste ID. /// An error which occurred while uploading the log to Pastebin. private LogParserModel GetModel(string pasteID, string uploadError = null) -- cgit