From 729824e6780617d8945cfa5432cd58bb08d2ddc7 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 2 Jan 2024 19:06:51 -0800 Subject: [PATCH] Doc-check police --- crates/bevy_pbr/src/light_probe/environment_map.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/bevy_pbr/src/light_probe/environment_map.rs b/crates/bevy_pbr/src/light_probe/environment_map.rs index 811265fbf2fc0..ce5ffd8bbb17a 100644 --- a/crates/bevy_pbr/src/light_probe/environment_map.rs +++ b/crates/bevy_pbr/src/light_probe/environment_map.rs @@ -11,9 +11,9 @@ //! 1. If attached to a view, they represent the objects located a very far //! distance from the view, in a similar manner to a skybox. Essentially, these //! *view environment maps* represent a higher-quality replacement for -//! [`AmbientLight`] for outdoor scenes. The indirect light from such -//! environment maps are added to every point of the scene, including interior -//! enclosed areas. +//! [`crate::AmbientLight`] for outdoor scenes. The indirect light from such +//! environment maps are added to every point of the scene, including +//! interior enclosed areas. //! //! 2. If attached to a [`LightProbe`], environment maps represent the immediate //! surroundings of a specific location in the scene. These types of