Browse Source

Fixed phrasing

pull/46/head
Anairkoen Schno 5 years ago
parent
commit
b237160131
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      IPA.Loader/Loader/PluginManager.cs

+ 1
- 1
IPA.Loader/Loader/PluginManager.cs View File

@ -51,7 +51,7 @@ namespace IPA.Loader
/// <summary>
/// Gets info about the plugin with the specified ID.
/// </summary>
/// <param name="name">the ModSaber name of the plugin to get (must be an exact match)</param>
/// <param name="name">the ID name of the plugin to get (must be an exact match)</param>
/// <returns>the plugin info for the requested plugin or null</returns>
public static PluginInfo GetPluginFromId(string name)
{


Loading…
Cancel
Save