From 69af17dc1827553310d9d4e998e3413ddc3f2cda Mon Sep 17 00:00:00 2001 From: oyasumi731 Date: Tue, 12 Mar 2024 00:49:42 +0900 Subject: [PATCH] Remove interval from the comments --- crates/bevy_color/src/color_ops.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_color/src/color_ops.rs b/crates/bevy_color/src/color_ops.rs index 9db0fd1e594e4..25f4174ac8055 100644 --- a/crates/bevy_color/src/color_ops.rs +++ b/crates/bevy_color/src/color_ops.rs @@ -67,7 +67,7 @@ pub trait Hue: Sized { /// Return a new version of this color with the hue channel set to the given value. fn with_hue(&self, hue: f32) -> Self; - /// Return the hue of this color (0.0 - 360.0). + /// Return the hue of this color. fn hue(&self) -> f32; /// Sets the hue of this color.