diff --git a/Dalamud/Interface/UiBuilder.cs b/Dalamud/Interface/UiBuilder.cs index 9b2b6620b..dad010e59 100644 --- a/Dalamud/Interface/UiBuilder.cs +++ b/Dalamud/Interface/UiBuilder.cs @@ -89,13 +89,13 @@ public sealed class UiBuilder : IDisposable public event Action AfterBuildFonts; /// - /// Gets or sets an action that is called when plugin UI or interface modifications are supposed to be hidden. + /// Gets or sets an action that is called when plugin UI or interface modifications are supposed to be shown. /// These may be fired consecutively. /// public event Action ShowUi; /// - /// Gets or sets an action that is called when plugin UI or interface modifications are supposed to be shown. + /// Gets or sets an action that is called when plugin UI or interface modifications are supposed to be hidden. /// These may be fired consecutively. /// public event Action HideUi;