Skip to content

Commit

Permalink
fix typo: converstion -> conversion (bevyengine#12074)
Browse files Browse the repository at this point in the history
# Objective

just fix a typo
  • Loading branch information
ameknite authored and msvbg committed Feb 26, 2024
1 parent bd22354 commit 952e629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_color/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
//! # Conversions
//!
//! Each color space can be converted to and from the others using the [`From`] trait. Not all
//! possible combinations of conversions are provided, but every color space has a converstion to
//! possible combinations of conversions are provided, but every color space has a conversion to
//! and from [`Srgba`] and [`LinearRgba`].
//!
//! # Other Utilities
Expand Down

0 comments on commit 952e629

Please sign in to comment.