Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
coreh committed Aug 20, 2024
1 parent d43533a commit a1f0be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_color/src/spectral.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1f0be1

Please sign in to comment.