Skip to content

Commit 52d50d2

Browse files
committed
docs: update documentation
1 parent 6cc651e commit 52d50d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_math/src/ray.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ impl Ray3d {
111111
}
112112

113113
/// Get the distance to a plane if the ray intersects it
114-
/// `plane_hit_mode` specifies which face of the plane the ray should hit
114+
/// `plane_hit_mode` specifies which faces of the plane a ray can intersect
115115
#[inline]
116116
pub fn intersect_plane(
117117
&self,

0 commit comments

Comments
 (0)