Skip to content

Commit 9cee1ab

Browse files
BoxyUwUcart
andcommitted
Update crates/bevy_ecs/src/query/fetch.rs
Co-authored-by: Carter Anderson <[email protected]>
1 parent 3e31ab7 commit 9cee1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/query/fetch.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ pub unsafe trait Fetch<'world>: Sized {
453453
true
454454
}
455455

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

0 commit comments

Comments
 (0)