Skip to content

Commit ba3f16a

Browse files
committed
awd
1 parent 315732a commit ba3f16a

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
@@ -355,7 +355,7 @@ pub trait WorldQueryGats<'world> {
355355
/// Every type that implements [`WorldQuery`] have their associated [`WorldQuery::Fetch`](WorldQueryGats::Fetch) and
356356
/// [`WorldQuery::State`] types that are essential for fetching component data.
357357
///
358-
/// Safety
358+
/// # Safety
359359
///
360360
/// Implementor must ensure that [`Fetch::update_component_access`] and
361361
/// [`Fetch::update_archetype_component_access`] exactly reflects the results of

0 commit comments

Comments
 (0)