Skip to content

Commit

Permalink
Small doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
JMS55 committed Nov 20, 2022
1 parent af760a7 commit 1719571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_core_pipeline/src/bloom/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ impl Plugin for BloomPlugin {
/// Applies a bloom effect to a HDR-enabled 2d or 3d camera.
///
/// Bloom emulates an effect found in real cameras and the human eye,
/// causing halos to appear around very bright objects.
/// causing halos to appear around very bright parts of the scene.
///
/// Often used in conjunction with `bevy_pbr::StandardMaterial::emissive`.
///
Expand Down

0 comments on commit 1719571

Please sign in to comment.