From 6d7c5077ca0e8f5f1369d13d0a55a19b72ca11f8 Mon Sep 17 00:00:00 2001 From: Alex Wallen Date: Fri, 6 Jan 2023 12:40:48 -1000 Subject: [PATCH] Update docstring (#118072) Co-authored-by: a-wallen --- packages/flutter/lib/src/foundation/binding.dart | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/flutter/lib/src/foundation/binding.dart b/packages/flutter/lib/src/foundation/binding.dart index 962a7f20b2..9bcf9284e9 100644 --- a/packages/flutter/lib/src/foundation/binding.dart +++ b/packages/flutter/lib/src/foundation/binding.dart @@ -187,10 +187,9 @@ abstract class BindingBase { /// such as a [TestWindow]. /// /// The [window] is a singleton meant for use by applications that only have a - /// single main window. In addition to the properties of - /// [ui.SingletonFlutterWindow], [window] provides access to - /// platform-specific properties and callbacks available on the - /// [platformDispatcher]. + /// single main window. In addition to the properties of [ui.FlutterView], + /// [window] provides access to platform-specific properties and callbacks + /// available on the [platformDispatcher]. /// /// For applications designed for more than one main window, prefer using the /// [platformDispatcher] to access available views via