Skip to content

Commit

Permalink
Another typo
Browse files Browse the repository at this point in the history
Co-authored-by: TimJentzsch <tim-jentzsch@gmx.de>
  • Loading branch information
alice-i-cecile and TimJentzsch authored Jan 12, 2023
1 parent 558d90d commit 4ca1ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ui/src/layout_components.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use serde::{Deserialize, Serialize};
#[derive(Component, Copy, Clone, PartialEq, Debug, Serialize, Deserialize, Reflect)]
#[reflect(PartialEq, Serialize, Deserialize)]
pub struct LayoutControl {
/// Defines how the node will parttake in the layouting.
/// Defines how the node will partake in the layouting.
pub display: Display,
/// The strategy used to position this node.
pub position: Position,
Expand Down

0 comments on commit 4ca1ef0

Please sign in to comment.