mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 22:18:33 +00:00
Fix docs typo (#6771)
# Objective - Fix a small typo ## Solution - Type them correctly :D
This commit is contained in:
parent
17b7025a78
commit
ca74271d07
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ use std::{any::TypeId, collections::HashMap};
|
|||
/// 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.
|
||||
///
|
||||
/// 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.
|
||||
/// Queries should instead only select the components they logically operate on.
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue