diff --git a/packages/flutter/lib/src/rendering/flex.dart b/packages/flutter/lib/src/rendering/flex.dart index e12d19cb4e9..6a1c7f78679 100644 --- a/packages/flutter/lib/src/rendering/flex.dart +++ b/packages/flutter/lib/src/rendering/flex.dart @@ -40,7 +40,7 @@ class FlexParentData extends ContainerBoxParentDataMixin { String toString() => '${super.toString()}; flex=$flex'; } -/// How much space space should be occupied in the main axis. +/// How much space should be occupied in the main axis. /// /// During a flex layout, available space along the main axis is allocated to /// children. After allocating space, there might be some remaining free space. @@ -192,7 +192,7 @@ class RenderFlex extends RenderBox with ContainerRenderObjectMixin