Skip to content

Commit 482d567

Browse files
authored
[Docs] Fix Typo (#126660)
1 parent 6e9c0db commit 482d567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/rendering/selection.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ enum SelectionResult {
5858
/// The abstract interface to handle [SelectionEvent]s.
5959
///
6060
/// This interface is extended by [Selectable] and [SelectionContainerDelegate]
61-
/// and is typically not use directly.
61+
/// and is typically not used directly.
6262
///
6363
/// {@template flutter.rendering.SelectionHandler}
6464
/// This class returns a [SelectionGeometry] as its [value], and is responsible

0 commit comments

Comments
 (0)