Skip to content

Commit

Permalink
Fix typo (#3344)
Browse files Browse the repository at this point in the history
  • Loading branch information
Citrinate authored Nov 23, 2024
1 parent 08eebdf commit 837ca6a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ArchiSteamFarm/Plugins/Interfaces/IGitHubPluginUpdates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ public interface IGitHubPluginUpdates : IPluginUpdates {
/// - {Revision} is target revision ASF version (D from A.B.C.D)
/// - * is a wildcard matching any string value
/// For example, when updating MyAwesomePlugin declared in JustArchiNET.MyAwesomePlugin assembly with ASF version V6.0.1.3, it will select the first zip file available from those below:
/// - MyAwesomePlugin-V6.0.1.3.zip
/// - MyAwesomePlugin-V6.0.1.zip
/// - MyAwesomePlugin-V6.0.zip
/// - MyAwesomePlugin-V6-0-1-3.zip
/// - MyAwesomePlugin-V6-0-1.zip
/// - MyAwesomePlugin-V6-0.zip
/// - MyAwesomePlugin-V6.zip
/// - MyAwesomePlugin.zip
/// - JustArchiNET.MyAwesomePlugin-V6.0.1.3.zip
/// - JustArchiNET.MyAwesomePlugin-V6.0.1.zip
/// - JustArchiNET.MyAwesomePlugin-V6.0.zip
/// - JustArchiNET.MyAwesomePlugin-V6-0-1-3.zip
/// - JustArchiNET.MyAwesomePlugin-V6-0-1.zip
/// - JustArchiNET.MyAwesomePlugin-V6-0.zip
/// - JustArchiNET.MyAwesomePlugin-V6.zip
/// - JustArchiNET.MyAwesomePlugin.zip
/// - *.zip, if exactly one match is found
Expand Down

0 comments on commit 837ca6a

Please sign in to comment.