Skip to content

Commit a7aedff

Browse files
committed
FIxed Doc Typo
1 parent 0d6b891 commit a7aedff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/flutter/lib/src/painting/inline_span.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ class InlineSpanSemanticsInformation {
9595

9696
/// True if this configuration should get its own semantics node.
9797
///
98-
/// This will be the case of the [recognizer] is not null, of if
99-
/// [isPlaceholder] is true or if [semanticsIdentifier] has a value.
98+
/// This will be the case if the [recognizer] is not null, or if
99+
/// [isPlaceholder] is true, or if [semanticsIdentifier] has a value.
100100
final bool requiresOwnNode;
101101

102102
/// The string attributes attached to this semantics information

0 commit comments

Comments
 (0)