diff --git a/crates/border-wars/src/hover.rs b/crates/border-wars/src/hover.rs index 11c0209..ca6d3bc 100644 --- a/crates/border-wars/src/hover.rs +++ b/crates/border-wars/src/hover.rs @@ -11,7 +11,7 @@ impl Plugin for HoverPlugin { } } -/// A component that stores the hover textures and the original texture. +/// A component that stores the hover texture and the original texture. #[derive(Component, Clone)] struct HoveredTexture { /// The original texture.