Skip to content

Commit 22d1064

Browse files
committed
Fixed spelling mistake
1 parent 8065421 commit 22d1064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ui/src/geometry.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ impl Default for UiRect {
699699
derive(serde::Serialize, serde::Deserialize),
700700
reflect(Serialize, Deserialize)
701701
)]
702-
/// A `Val` that represents a displacment relative to the edges of a UI node.
702+
/// A `Val` that represents a displacement relative to the edges of a UI node.
703703
pub enum RelativeVal {
704704
Start(Val),
705705
Center(Val),

0 commit comments

Comments
 (0)