Skip to content

Commit 1b84446

Browse files
committed
minor doc change
1 parent 7ff336f commit 1b84446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/system/query.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@ impl<'w, 'q, Q: QueryData, F: QueryFilter> From<&'q mut Query<'w, '_, Q, F>>
16411641
///
16421642
/// Use [`Option<QuerySingle<D, F>>`] instead if zero or one matching entities can exist.
16431643
///
1644-
/// See [`Query`] for meaning behind the generic arguments.
1644+
/// See [`Query`] for more details.
16451645
pub struct QuerySingle<'w, D: QueryData, F: QueryFilter = ()> {
16461646
pub(crate) item: D::Item<'w>,
16471647
pub(crate) _filter: PhantomData<F>,

0 commit comments

Comments
 (0)