Small Fix: Add an escape character to avoid blockquote (#7980)

This commit is contained in:
Ame 2023-03-08 13:28:23 -06:00 committed by GitHub
parent 38a08d9b18
commit 6240ba8fa2
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:
/// * 0.0 means no bloom
/// * > 0.0 means a proportionate amount of scattered light is added
/// * \> 0.0 means a proportionate amount of scattered light is added
pub intensity: f32,
/// Low frequency contribution boost.
@ -69,7 +69,7 @@ pub struct BloomSettings {
///
/// In this configuration:
/// * 0.0 means no bloom
/// * > 0.0 means a proportionate amount of scattered light is added
/// * \> 0.0 means a proportionate amount of scattered light is added
pub low_frequency_boost: f32,
/// Low frequency contribution boost curve.