Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoskey committed Dec 7, 2024
1 parent e867440 commit f064d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_pbr/src/light/directional_light.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ pub struct DirectionalLight {
/// of that circle, or 8.73e-3 radians.
///
/// This value controls the radius of soft shadow penumbras, as well as
/// some volumetric lighting effects. See [`LightShadows`](crate::light::LightShadows)
/// for more information on soft shadows.
/// some volumetric lighting effects. See [`LightShadows`] for more
/// information on soft shadows.
///
/// Note that this is not the same thing as the *solid angle* (or "angular
/// area", roughly) that this light covers in the sky. That is a separate
Expand Down

0 comments on commit f064d9e

Please sign in to comment.