Correcting misspellings (#16443)
When I browsed the source code I found suspicious misspellings # Objective - Correcting misspelling # Solution - Change `doesnn't` to `doesn't`
This commit is contained in:
parent
4362b52a01
commit
a54d85bb2d
@ -649,7 +649,7 @@ impl<'w, 's, D: QueryData, F: QueryFilter> Query<'w, 's, D, F> {
|
||||
/// Returns an iterator over the query items generated from an [`Entity`] list.
|
||||
///
|
||||
/// Items are returned in the order of the list of entities, and may not be unique if the input
|
||||
/// doesnn't guarantee uniqueness. Entities that don't match the query are skipped.
|
||||
/// doesn't guarantee uniqueness. Entities that don't match the query are skipped.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user