From e7913765eed7604107072e2e90109feb97974e48 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Fri, 17 May 2019 17:45:18 -0500 Subject: [PATCH] Fixed phrasing --- IPA.Loader/Loader/PluginManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPA.Loader/Loader/PluginManager.cs b/IPA.Loader/Loader/PluginManager.cs index b911abd6..d16a841f 100644 --- a/IPA.Loader/Loader/PluginManager.cs +++ b/IPA.Loader/Loader/PluginManager.cs @@ -51,7 +51,7 @@ namespace IPA.Loader /// /// Gets info about the plugin with the specified ID. /// - /// the ModSaber name of the plugin to get (must be an exact match) + /// the ID name of the plugin to get (must be an exact match) /// the plugin info for the requested plugin or null public static PluginInfo GetPluginFromId(string name) {