Skip to content

Commit 2c3a5e6

Browse files
committed
Fix typo
1 parent a67b2be commit 2c3a5e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/bevy_ui/src/layout_components.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use serde::{Deserialize, Serialize};
99
#[derive(Component, Copy, Clone, PartialEq, Debug, Serialize, Deserialize, Reflect)]
1010
#[reflect(PartialEq, Serialize, Deserialize)]
1111
pub struct LayoutControl {
12-
/// Defines how the node will parttake in the layouting.
12+
/// Defines how the node will partake in the layouting.
1313
pub display: Display,
1414
/// The strategy used to position this node.
1515
pub position: Position,
@@ -33,7 +33,7 @@ impl Default for LayoutControl {
3333
}
3434
}
3535

36-
/// Defines how the node will parttake in the layouting.
36+
/// Defines how the node will partake in the layouting.
3737
#[derive(Copy, Clone, PartialEq, Eq, Debug, Serialize, Deserialize, Reflect)]
3838
#[reflect(PartialEq, Serialize, Deserialize)]
3939
pub enum Display {

0 commit comments

Comments
 (0)