From fb9aeae1bcb45af9f7487b11496072e994874300 Mon Sep 17 00:00:00 2001 From: Kaz Wolfe Date: Sat, 7 Jan 2023 14:33:41 -0800 Subject: [PATCH] Fix a bad docstring that squicked through --- Dalamud/Plugin/DalamudPluginInterface.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Plugin/DalamudPluginInterface.cs b/Dalamud/Plugin/DalamudPluginInterface.cs index 7e39a85d7..6524c90a8 100644 --- a/Dalamud/Plugin/DalamudPluginInterface.cs +++ b/Dalamud/Plugin/DalamudPluginInterface.cs @@ -42,7 +42,7 @@ public sealed class DalamudPluginInterface : IDisposable /// Location of the assembly. /// The reason the plugin was loaded. /// A value indicating whether this is a dev plugin. - /// The repository from which the plugin is installed. + /// The local manifest for this plugin. internal DalamudPluginInterface(string pluginName, FileInfo assemblyLocation, PluginLoadReason reason, bool isDev, LocalPluginManifest manifest) { var configuration = Service.Get();