We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf83de8 commit 455f593Copy full SHA for 455f593
crates/bevy_ecs/src/change_detection.rs
@@ -356,7 +356,7 @@ impl<'a> From<TicksMut<'a>> for Ticks<'a> {
356
///
357
/// # Panics
358
359
-/// Panics when used as a [`SystemParameter`](SystemParam) if the resource does not exist.
+/// Panics when used as a [`SystemParameter`](crate::system::SystemParam) if the resource does not exist.
360
361
/// Use `Option<Res<T>>` instead if the resource might not always exist.
362
pub struct Res<'w, T: ?Sized + Resource> {
0 commit comments