Skip to content

Commit 9176f7b

Browse files
authored
Fix documentation typo in basic.dart (#143887)
Fixes a small documentation typo.
1 parent 3053b6c commit 9176f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5203,7 +5203,7 @@ class Flexible extends ParentDataWidget<FlexParentData> {
52035203
/// The flex factor to use for this child.
52045204
///
52055205
/// If null or zero, the child is inflexible and determines its own size. If
5206-
/// non-zero, the amount of space the child's can occupy in the main axis is
5206+
/// non-zero, the amount of space the child can occupy in the main axis is
52075207
/// determined by dividing the free space (after placing the inflexible
52085208
/// children) according to the flex factors of the flexible children.
52095209
final int flex;

0 commit comments

Comments
 (0)