Skip to content

Commit

Permalink
Forgot I moved something so I need to move a reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Guvante committed Jan 9, 2023
1 parent 8ae5dee commit 70c8dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/change_detection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ impl<'a> From<TicksMut<'a>> for Ticks<'a> {
///
/// # Panics
///
/// 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.
///
/// Use `Option<Res<T>>` instead if the resource might not always exist.
pub struct Res<'w, T: ?Sized + Resource> {
Expand Down

0 comments on commit 70c8dee

Please sign in to comment.