Skip to content

Commit e7c809e

Browse files
authored
Fix typos (flutter#92245)
1 parent ffbf69c commit e7c809e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/flutter/lib/src/material/navigation_bar.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ class _DestinationLayoutAnimationBuilder extends StatelessWidget {
705705
///
706706
/// Used by [_NavigationDestinationBuilder].
707707
class _NavigationBarDestinationSemantics extends StatelessWidget {
708-
/// Adds the the appropriate semantics for navigation bar destinations to the
708+
/// Adds the appropriate semantics for navigation bar destinations to the
709709
/// [child].
710710
const _NavigationBarDestinationSemantics({
711711
Key? key,

packages/flutter/lib/src/widgets/text_selection.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ class TextSelectionOverlay {
335335
/// A callback that's optionally invoked when a selection handle is tapped.
336336
///
337337
/// The [TextSelectionControls.buildHandle] implementation the text field
338-
/// uses decides where the the handle's tap "hotspot" is, or whether the
338+
/// uses decides where the handle's tap "hotspot" is, or whether the
339339
/// selection handle supports tap gestures at all. For instance,
340340
/// [MaterialTextSelectionControls] calls [onSelectionHandleTapped] when the
341341
/// selection handle's "knob" is tapped, while

0 commit comments

Comments
 (0)