diff --git a/ArchiSteamFarm/Plugins/Interfaces/IPluginUpdates.cs b/ArchiSteamFarm/Plugins/Interfaces/IPluginUpdates.cs index 5741b70d5..952685af7 100644 --- a/ArchiSteamFarm/Plugins/Interfaces/IPluginUpdates.cs +++ b/ArchiSteamFarm/Plugins/Interfaces/IPluginUpdates.cs @@ -38,7 +38,7 @@ public interface IPluginUpdates : IPlugin { /// /// ASF will call this function for determining the target release asset URL to update to. /// - /// Target ASF version that plugin update should be compatible with. In rare cases, this might not match currently running ASF version, in particular when updating to newer release and checking if any plugins are compatible with it - see . + /// Target ASF version that plugin update should be compatible with. In rare cases, this might not match currently running ASF version, in particular when updating to newer release and checking if any plugins are compatible with it. /// ASF variant of current instance, which may be useful if you're providing different versions for different ASF variants. /// Boolean value specifying whether ASF is being updated right now to given /// ASF update channel specified for this request. This might be different from the one specified in , as user might've specified other one for this request.