From 003646e48d28807297d895edafdac80c4527982c Mon Sep 17 00:00:00 2001 From: Raymond Date: Thu, 4 Nov 2021 09:24:36 -0400 Subject: [PATCH] Docstring fix --- Dalamud/Configuration/Internal/EnvironmentConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Configuration/Internal/EnvironmentConfiguration.cs b/Dalamud/Configuration/Internal/EnvironmentConfiguration.cs index 816282ab0..641cd5c2b 100644 --- a/Dalamud/Configuration/Internal/EnvironmentConfiguration.cs +++ b/Dalamud/Configuration/Internal/EnvironmentConfiguration.cs @@ -28,7 +28,7 @@ namespace Dalamud.Configuration.Internal public static bool DalamudForceReloaded { get; } = GetEnvironmentVariable("DALAMUD_FORCE_RELOADED"); /// - /// Gets a value indicating whether the DalamudForceCoreHook setting has been enabled. + /// Gets a value indicating whether the DalamudForceMinHook setting has been enabled. /// public static bool DalamudForceMinHook { get; } = GetEnvironmentVariable("DALAMUD_FORCE_MINHOOK");