summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Controllers
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-08-31 16:46:17 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 19:17:27 -0400
commite02372bba9559d638ac2e63fad442975ee71c44b (patch)
tree994ef516d0e34ec03203833bdfd0a0ec5ffeaf8a /src/SMAPI.Web/Controllers
parenta36426296a528fed9952e7eb6f504ee090c0179d (diff)
downloadSMAPI-e02372bba9559d638ac2e63fad442975ee71c44b.tar.gz
SMAPI-e02372bba9559d638ac2e63fad442975ee71c44b.tar.bz2
SMAPI-e02372bba9559d638ac2e63fad442975ee71c44b.zip
fix log parser changes
Diffstat (limited to 'src/SMAPI.Web/Controllers')
-rw-r--r--src/SMAPI.Web/Controllers/LogParserController.cs2
1 files changed, 1 insertions, 1 deletions
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;
}
- /// <summary>Construct an instance.</summary>
+ /// <summary>Build a log parser model.</summary>
/// <param name="pasteID">The paste ID.</param>
/// <param name="uploadError">An error which occurred while uploading the log to Pastebin.</param>
private LogParserModel GetModel(string pasteID, string uploadError = null)