Docstring fix

This commit is contained in:
Raymond 2021-11-04 09:24:36 -04:00
parent eca4ce05fd
commit 003646e48d

View file

@ -28,7 +28,7 @@ namespace Dalamud.Configuration.Internal
public static bool DalamudForceReloaded { get; } = GetEnvironmentVariable("DALAMUD_FORCE_RELOADED"); public static bool DalamudForceReloaded { get; } = GetEnvironmentVariable("DALAMUD_FORCE_RELOADED");
/// <summary> /// <summary>
/// Gets a value indicating whether the DalamudForceCoreHook setting has been enabled. /// Gets a value indicating whether the DalamudForceMinHook setting has been enabled.
/// </summary> /// </summary>
public static bool DalamudForceMinHook { get; } = GetEnvironmentVariable("DALAMUD_FORCE_MINHOOK"); public static bool DalamudForceMinHook { get; } = GetEnvironmentVariable("DALAMUD_FORCE_MINHOOK");