From 61aef28296f949471bfc49438ca02bfbd7800fb8 Mon Sep 17 00:00:00 2001 From: CoCo_Sol Date: Sun, 31 Mar 2024 23:58:22 +0200 Subject: [PATCH] change doc --- crates/border-wars/src/hover.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.