Fix docs typo (#6771)

# Objective

- Fix a small typo

## Solution

- Type them correctly :D
This commit is contained in:
Mitchell Henry 2022-11-27 01:28:17 +00:00
parent 17b7025a78
commit ca74271d07

View file

@ -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.
///