Skip to content

Commit

Permalink
Clarify wording of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emwalker committed Mar 23, 2023
1 parent efdf5ce commit 687d662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_render/src/extract_param.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ use std::ops::{Deref, DerefMut};
/// contained in [`MainWorld`]. This parameter only works for systems run
/// during the [`ExtractSchedule`](crate::ExtractSchedule).
///
/// This requires that the contained [`SystemParam`] not mutate the world, as it
/// uses a read-only reference to [`MainWorld`] internally.
/// As a result, the contained [`SystemParam`] must not mutate the world, since it borrows a
/// read-only reference to [`MainWorld`] internally.
///
/// ## Context
///
Expand Down

0 comments on commit 687d662

Please sign in to comment.