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; ///