From ee2aff9f0ac63d76acdbfaa662b5160e373e39b7 Mon Sep 17 00:00:00 2001 From: LadyDefile <67084868+LadyDefile@users.noreply.github.com> Date: Mon, 7 Mar 2022 16:09:52 -0600 Subject: [PATCH] # WindowSystem.cs * Updated function summary for GetWindows() --- Dalamud/Interface/Windowing/WindowSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Interface/Windowing/WindowSystem.cs b/Dalamud/Interface/Windowing/WindowSystem.cs index 6a9f06589..f9f894b47 100644 --- a/Dalamud/Interface/Windowing/WindowSystem.cs +++ b/Dalamud/Interface/Windowing/WindowSystem.cs @@ -94,7 +94,7 @@ namespace Dalamud.Interface.Windowing /// /// Returns a read only list of all currently registered windows. /// - /// Returns window collection as a array. + /// Returns a of the registered windows. public IReadOnlyList GetWindows() => this.windows; ///