mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
fix typo: converstion -> conversion (#12074)
# Objective just fix a typo
This commit is contained in:
parent
2701188f43
commit
7980fbf703
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue