Skip to content

Commit e96b21a

Browse files
Fix DrawFunctionId typo (#5996)
Fix extra slashes visible in documentation of `DrawFunctionId`. Also point to where the type is used.
1 parent 1965d09 commit e96b21a

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_render/src/render_phase

1 file changed

+1
-1
lines changed

crates/bevy_render/src/render_phase/draw.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub trait PhaseItem: Sized + Send + Sync + 'static {
6363
}
6464

6565
// TODO: make this generic?
66-
/// /// A [`Draw`] function identifier.
66+
/// An identifier for a [`Draw`] function stored in [`DrawFunctions`].
6767
#[derive(Copy, Clone, Debug, Eq, PartialEq, Hash)]
6868
pub struct DrawFunctionId(usize);
6969

0 commit comments

Comments
 (0)