diff --git a/Dalamud/Interface/UiBuilder.cs b/Dalamud/Interface/UiBuilder.cs index 74d34f9ee..65f6ad710 100644 --- a/Dalamud/Interface/UiBuilder.cs +++ b/Dalamud/Interface/UiBuilder.cs @@ -86,13 +86,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;