Skip to content

Commit 54bf773

Browse files
authored
Fix dartdoc typo (flutter#14772)
1 parent 1363489 commit 54bf773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/semantics.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/// to the platform.
1111
///
1212
/// The [SemanticsNode] hierarchy represents the semantic structure of the UI
13-
/// and is used to by the platform-specific accessibility services.
13+
/// and is used by the platform-specific accessibility services.
1414
library semantics;
1515

1616
export 'src/semantics/semantics.dart';

0 commit comments

Comments
 (0)