Small fix: Change ">" to "Greater than" (#7983)

This commit is contained in:
Ame 2023-03-08 15:12:44 -06:00 committed by GitHub
parent 6240ba8fa2
commit d3df04cb4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ pub struct BloomSettings {
/// ///
/// In this configuration: /// In this configuration:
/// * 0.0 means no bloom /// * 0.0 means no bloom
/// * \> 0.0 means a proportionate amount of scattered light is added /// * Greater than 0.0 means a proportionate amount of scattered light is added
pub intensity: f32, pub intensity: f32,
/// Low frequency contribution boost. /// Low frequency contribution boost.
@ -69,7 +69,7 @@ pub struct BloomSettings {
/// ///
/// In this configuration: /// In this configuration:
/// * 0.0 means no bloom /// * 0.0 means no bloom
/// * \> 0.0 means a proportionate amount of scattered light is added /// * Greater than 0.0 means a proportionate amount of scattered light is added
pub low_frequency_boost: f32, pub low_frequency_boost: f32,
/// Low frequency contribution boost curve. /// Low frequency contribution boost curve.