summaryrefslogtreecommitdiff
path: root/src/SMAPI/Patches/EventErrorPatch.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI/Patches/EventErrorPatch.cs')
-rw-r--r--src/SMAPI/Patches/EventErrorPatch.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/SMAPI/Patches/EventErrorPatch.cs b/src/SMAPI/Patches/EventErrorPatch.cs
index 4dbb25f3..8fa882d4 100644
--- a/src/SMAPI/Patches/EventErrorPatch.cs
+++ b/src/SMAPI/Patches/EventErrorPatch.cs
@@ -27,7 +27,7 @@ namespace StardewModdingAPI.Patches
/*********
** Accessors
*********/
- /// <summary>A unique name for this patch.</summary>
+ /// <inheritdoc />
public string Name => nameof(EventErrorPatch);
@@ -41,8 +41,7 @@ namespace StardewModdingAPI.Patches
EventErrorPatch.MonitorForGame = monitorForGame;
}
- /// <summary>Apply the Harmony patch.</summary>
- /// <param name="harmony">The Harmony instance.</param>
+ /// <inheritdoc />
#if HARMONY_2
public void Apply(Harmony harmony)
{