fix typo: converstion -> conversion (#12074)
# Objective just fix a typo
This commit is contained in:
parent
2701188f43
commit
7980fbf703
@ -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 New Issue
Block a user