Fix docs typo (#6771)
# Objective - Fix a small typo ## Solution - Type them correctly :D
This commit is contained in:
parent
17b7025a78
commit
ca74271d07
@ -50,7 +50,7 @@ use std::{any::TypeId, collections::HashMap};
|
|||||||
/// component, but specifying different render graphs to use.
|
/// component, but specifying different render graphs to use.
|
||||||
/// If the bundles were both added to the same entity, only one of these two bundles would work.
|
/// If the bundles were both added to the same entity, only one of these two bundles would work.
|
||||||
///
|
///
|
||||||
/// For this reason, There is intentionally no [`Query`] to match whether an entity
|
/// For this reason, there is intentionally no [`Query`] to match whether an entity
|
||||||
/// contains the components of a bundle.
|
/// contains the components of a bundle.
|
||||||
/// Queries should instead only select the components they logically operate on.
|
/// Queries should instead only select the components they logically operate on.
|
||||||
///
|
///
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user