Commit f375b5ac authored by Mary's avatar Mary Committed by Ian Hickson

Remove duplicated word "space" from docstrings (#10328)

parent b9d53279
...@@ -40,7 +40,7 @@ class FlexParentData extends ContainerBoxParentDataMixin<RenderBox> { ...@@ -40,7 +40,7 @@ class FlexParentData extends ContainerBoxParentDataMixin<RenderBox> {
String toString() => '${super.toString()}; flex=$flex'; 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 /// During a flex layout, available space along the main axis is allocated to
/// children. After allocating space, there might be some remaining free space. /// children. After allocating space, there might be some remaining free space.
...@@ -192,7 +192,7 @@ class RenderFlex extends RenderBox with ContainerRenderObjectMixin<RenderBox, Fl ...@@ -192,7 +192,7 @@ class RenderFlex extends RenderBox with ContainerRenderObjectMixin<RenderBox, Fl
} }
} }
/// How much space space should be occupied in the main axis. /// How much space should be occupied in the main axis.
/// ///
/// After allocating space to children, there might be some remaining free /// After allocating space to children, there might be some remaining free
/// space. This value controls whether to maximize or minimize the amount of /// space. This value controls whether to maximize or minimize the amount of
......
...@@ -2094,7 +2094,7 @@ class Flex extends MultiChildRenderObjectWidget { ...@@ -2094,7 +2094,7 @@ class Flex extends MultiChildRenderObjectWidget {
/// main axis. /// main axis.
final MainAxisAlignment mainAxisAlignment; final MainAxisAlignment mainAxisAlignment;
/// How much space space should be occupied in the main axis. /// How much space should be occupied in the main axis.
/// ///
/// After allocating space to children, there might be some remaining free /// After allocating space to children, there might be some remaining free
/// space. This value controls whether to maximize or minimize the amount of /// space. This value controls whether to maximize or minimize the amount of
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment