Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Olle-Lukowski committed May 27, 2024
1 parent 6bb3867 commit 057a837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_math/src/float_ord.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use bevy_reflect::Reflect;
#[cfg_attr(
feature = "bevy_reflect",
derive(Reflect),
reflect(Debug, ParialEq, Hash)
reflect(Debug, PartialEq, Hash)
)]
pub struct FloatOrd(pub f32);

Expand Down

0 comments on commit 057a837

Please sign in to comment.