Fix UI node docs (#8287)
# Objective - Fix some (probably) incorrect docs.
This commit is contained in:
parent
d193d7f537
commit
9079f6d976
@ -419,7 +419,7 @@ pub enum AlignItems {
|
|||||||
/// then they are packed towards the end of the axis.
|
/// then they are packed towards the end of the axis.
|
||||||
FlexStart,
|
FlexStart,
|
||||||
/// Items are packed towards the end of the axis, unless the flex direction is reversed;
|
/// Items are packed towards the end of the axis, unless the flex direction is reversed;
|
||||||
/// then they are packed towards the end of the axis.
|
/// then they are packed towards the start of the axis.
|
||||||
FlexEnd,
|
FlexEnd,
|
||||||
/// Items are aligned at the center.
|
/// Items are aligned at the center.
|
||||||
Center,
|
Center,
|
||||||
@ -453,8 +453,8 @@ pub enum AlignSelf {
|
|||||||
/// This item will be aligned with the start of the axis, unless the flex direction is reversed;
|
/// This item will be aligned with the start of the axis, unless the flex direction is reversed;
|
||||||
/// then it will be aligned with the end of the axis.
|
/// then it will be aligned with the end of the axis.
|
||||||
FlexStart,
|
FlexStart,
|
||||||
/// This item will be aligned with the start of the axis, unless the flex direction is reversed;
|
/// This item will be aligned with the end of the axis, unless the flex direction is reversed;
|
||||||
/// then it will be aligned with the end of the axis.
|
/// then it will be aligned with the start of the axis.
|
||||||
FlexEnd,
|
FlexEnd,
|
||||||
/// This item will be aligned at the center.
|
/// This item will be aligned at the center.
|
||||||
Center,
|
Center,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user