fix typo: converstion -> conversion (#12074)

# Objective

just fix a typo
This commit is contained in:
Ame 2024-02-23 20:27:14 -06:00 committed by GitHub
parent 2701188f43
commit 7980fbf703
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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