We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558d90d commit 4ca1ef0Copy full SHA for 4ca1ef0
crates/bevy_ui/src/layout_components.rs
@@ -9,7 +9,7 @@ use serde::{Deserialize, Serialize};
9
#[derive(Component, Copy, Clone, PartialEq, Debug, Serialize, Deserialize, Reflect)]
10
#[reflect(PartialEq, Serialize, Deserialize)]
11
pub struct LayoutControl {
12
- /// Defines how the node will parttake in the layouting.
+ /// Defines how the node will partake in the layouting.
13
pub display: Display,
14
/// The strategy used to position this node.
15
pub position: Position,
0 commit comments