From 17195718d35f9274ddb8b719d0ef92095de1808c Mon Sep 17 00:00:00 2001 From: JMS55 <47158642+JMS55@users.noreply.github.com> Date: Sun, 20 Nov 2022 13:12:07 -0500 Subject: [PATCH] Small doc change --- crates/bevy_core_pipeline/src/bloom/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_core_pipeline/src/bloom/mod.rs b/crates/bevy_core_pipeline/src/bloom/mod.rs index c11204126e133..d97260bb6ece4 100644 --- a/crates/bevy_core_pipeline/src/bloom/mod.rs +++ b/crates/bevy_core_pipeline/src/bloom/mod.rs @@ -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`. ///