From 52d50d2e08ed784091c7d7eb848a7c253def5861 Mon Sep 17 00:00:00 2001 From: Mateusz Stulczewski Date: Wed, 16 Jul 2025 21:25:15 +0200 Subject: [PATCH] docs: update documentation --- crates/bevy_math/src/ray.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_math/src/ray.rs b/crates/bevy_math/src/ray.rs index b3fd27b77b..0c1c87c853 100644 --- a/crates/bevy_math/src/ray.rs +++ b/crates/bevy_math/src/ray.rs @@ -111,7 +111,7 @@ impl Ray3d { } /// Get the distance to a plane if the ray intersects it - /// `plane_hit_mode` specifies which face of the plane the ray should hit + /// `plane_hit_mode` specifies which faces of the plane a ray can intersect #[inline] pub fn intersect_plane( &self,