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:
Illus1on 2024-11-21 22:42:56 +08:00 committed by GitHub
parent 4362b52a01
commit a54d85bb2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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