diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-08-31 16:46:17 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 19:17:27 -0400 |
commit | e02372bba9559d638ac2e63fad442975ee71c44b (patch) | |
tree | 994ef516d0e34ec03203833bdfd0a0ec5ffeaf8a /src/SMAPI.Web/Controllers | |
parent | a36426296a528fed9952e7eb6f504ee090c0179d (diff) | |
download | SMAPI-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.cs | 2 |
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) |