diff --git a/engine/src/flutter/lib/ui/platform_dispatcher.dart b/engine/src/flutter/lib/ui/platform_dispatcher.dart index 01225704b34b4..6f518ce6587a1 100644 --- a/engine/src/flutter/lib/ui/platform_dispatcher.dart +++ b/engine/src/flutter/lib/ui/platform_dispatcher.dart @@ -174,9 +174,9 @@ class PlatformDispatcher { /// /// Presently, on Android and Web this collection will only contain the /// display that the current window is on. On iOS, it will only contains the - /// main display on the phone or tablet. On Desktop, it will contain only - /// a main display with a valid refresh rate but invalid size and device - /// pixel ratio values. + /// main display on the phone or tablet. On Desktops other than Linux, it will + /// contain only a main display with a valid refresh rate but invalid size and + /// device pixel ratio values. // TODO(dnfield): Update these docs when https://github.com/flutter/flutter/issues/125939 // and https://github.com/flutter/flutter/issues/125938 are resolved. Iterable get displays => _displays.values;