From c5d3c5d86c6edd82885c52e460be8ebf9918c8cb Mon Sep 17 00:00:00 2001 From: shakdar Date: Thu, 23 Feb 2023 14:37:24 -0700 Subject: [PATCH] fixed faulty documentation --- Dalamud/Interface/UiBuilder.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;