Skip to content

Commit 455f593

Browse files
committed
Forgot I moved something so I need to move a reference
1 parent cf83de8 commit 455f593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/change_detection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ impl<'a> From<TicksMut<'a>> for Ticks<'a> {
356356
///
357357
/// # Panics
358358
///
359-
/// Panics when used as a [`SystemParameter`](SystemParam) if the resource does not exist.
359+
/// Panics when used as a [`SystemParameter`](crate::system::SystemParam) if the resource does not exist.
360360
///
361361
/// Use `Option<Res<T>>` instead if the resource might not always exist.
362362
pub struct Res<'w, T: ?Sized + Resource> {

0 commit comments

Comments
 (0)