From 482d5671281a8b778cd0eded33008053996dbdc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=8A=A0=E5=BA=B7?= <35989475+MeandNi@users.noreply.github.com> Date: Sat, 13 May 2023 02:08:59 +0800 Subject: [PATCH] [Docs] Fix Typo (#126660) --- packages/flutter/lib/src/rendering/selection.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/rendering/selection.dart b/packages/flutter/lib/src/rendering/selection.dart index 9f95b9785c..38a47d7ce3 100644 --- a/packages/flutter/lib/src/rendering/selection.dart +++ b/packages/flutter/lib/src/rendering/selection.dart @@ -58,7 +58,7 @@ enum SelectionResult { /// The abstract interface to handle [SelectionEvent]s. /// /// This interface is extended by [Selectable] and [SelectionContainerDelegate] -/// and is typically not use directly. +/// and is typically not used directly. /// /// {@template flutter.rendering.SelectionHandler} /// This class returns a [SelectionGeometry] as its [value], and is responsible