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

This commit is contained in:
Mary 2017-05-26 09:44:46 -07:00 committed by Ian Hickson
parent b9d5327919
commit f375b5acee
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ class FlexParentData extends ContainerBoxParentDataMixin<RenderBox> {
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<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
/// space. This value controls whether to maximize or minimize the amount of

View File

@ -2094,7 +2094,7 @@ class Flex extends MultiChildRenderObjectWidget {
/// main axis.
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
/// space. This value controls whether to maximize or minimize the amount of