Skip to content

Commit

Permalink
Remove interval from the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
oyasumi731 committed Mar 11, 2024
1 parent 44f1488 commit 69af17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_color/src/color_ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 69af17d

Please sign in to comment.