diff --git a/NewHorizons/External/Modules/VolumesModule.cs b/NewHorizons/External/Modules/VolumesModule.cs index aab55e45..34986d58 100644 --- a/NewHorizons/External/Modules/VolumesModule.cs +++ b/NewHorizons/External/Modules/VolumesModule.cs @@ -135,7 +135,7 @@ namespace NewHorizons.External.Modules [DefaultValue("enter")] public RevealVolumeType revealOn = RevealVolumeType.Enter; /// - /// What needs to enter the volume to unlock the facts (`enter` only) + /// What can enter the volume to unlock the facts (`enter` only) /// [DefaultValue("both")] public EnterType revealFor = EnterType.Both;