From a1f0be1d06b624c844c3c37c8effdb9dce9fa44b Mon Sep 17 00:00:00 2001 From: Marco Buono Date: Mon, 19 Aug 2024 23:18:25 -0300 Subject: [PATCH] Fix typo --- crates/bevy_color/src/spectral.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_color/src/spectral.rs b/crates/bevy_color/src/spectral.rs index 38f27a00cafdc..e981c53a37d15 100644 --- a/crates/bevy_color/src/spectral.rs +++ b/crates/bevy_color/src/spectral.rs @@ -8,7 +8,7 @@ use std::ops::Mul; /// this type can be converted to `Color`, but not the other way around. #[derive(Copy, Clone, Debug)] pub struct SpectralColor { - /// Wavelegnth in nanometers + /// Wavelength in nanometers pub wavelength: f32, /// Luminance in candelas per square meter