Fix a bad docstring that squicked through

This commit is contained in:
Kaz Wolfe 2023-01-07 14:33:41 -08:00
parent b6fc0b877b
commit fb9aeae1bc
No known key found for this signature in database
GPG key ID: 258813F53A16EBB4

View file

@ -42,7 +42,7 @@ public sealed class DalamudPluginInterface : IDisposable
/// <param name="assemblyLocation">Location of the assembly.</param>
/// <param name="reason">The reason the plugin was loaded.</param>
/// <param name="isDev">A value indicating whether this is a dev plugin.</param>
/// <param name="sourceRepository">The repository from which the plugin is installed.</param>
/// <param name="manifest">The local manifest for this plugin.</param>
internal DalamudPluginInterface(string pluginName, FileInfo assemblyLocation, PluginLoadReason reason, bool isDev, LocalPluginManifest manifest)
{
var configuration = Service<DalamudConfiguration>.Get();