Skip to content

Commit

Permalink
Update crates/bevy_ecs/src/query/fetch.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Carter Anderson <[email protected]>
  • Loading branch information
BoxyUwU and cart committed Jun 13, 2022
1 parent 3e31ab7 commit 9cee1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/query/fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ pub unsafe trait Fetch<'world>: Sized {
true
}

// This does not have a default body of `{}` becaues 99% of cases need to add accesses
// This does not have a default body of `{}` because 99% of cases need to add accesses
// and forgetting to do so would be unsound.
fn update_component_access(state: &Self::State, access: &mut FilteredAccess<ComponentId>);
// This does not have a default body of `{}` becaues 99% of cases need to add accesses
Expand Down

0 comments on commit 9cee1ab

Please sign in to comment.