summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Framework/IModPage.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-01-29 16:37:22 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-01-29 16:37:22 -0500
commit25c2081d43bd4026552cda687fb56216dd3a9f8e (patch)
tree2cddef2bd5db31a5977d47b5450bfb80e813a8f0 /src/SMAPI.Web/Framework/IModPage.cs
parent55fd4839da43e7ca205eaa85480786e3dfe8af6f (diff)
downloadSMAPI-25c2081d43bd4026552cda687fb56216dd3a9f8e.tar.gz
SMAPI-25c2081d43bd4026552cda687fb56216dd3a9f8e.tar.bz2
SMAPI-25c2081d43bd4026552cda687fb56216dd3a9f8e.zip
encapsulate update manifest implementation details when possible
Diffstat (limited to 'src/SMAPI.Web/Framework/IModPage.cs')
-rw-r--r--src/SMAPI.Web/Framework/IModPage.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Framework/IModPage.cs b/src/SMAPI.Web/Framework/IModPage.cs
index ef1513eb..84af9516 100644
--- a/src/SMAPI.Web/Framework/IModPage.cs
+++ b/src/SMAPI.Web/Framework/IModPage.cs
@@ -39,7 +39,7 @@ namespace StardewModdingAPI.Web.Framework
[MemberNotNullWhen(false, nameof(IModPage.Error))]
bool IsValid { get; }
- /// <summary>Whether this mod page requires string subkey matching, in which case a subkey that isn't found will return no update instead of falling back to one without. Additionally, the leading <c>@</c> is stripped from the subkey value before searching for matches.</summary>
+ /// <summary>Whether this mod page requires string subkey matching, in which case a subkey that isn't found will return no update instead of falling back to one without.</summary>
bool IsSubkeyStrict { get; }