Skip to content

Commit 4ca1ef0

Browse files
Another typo
Co-authored-by: TimJentzsch <[email protected]>
1 parent 558d90d commit 4ca1ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ui/src/layout_components.rs

+1-1
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,

0 commit comments

Comments
 (0)