Skip to content

Commit

Permalink
Document query errors suggested change #1
Browse files Browse the repository at this point in the history
Co-authored-by: harudagondi <[email protected]>
  • Loading branch information
Selene-Amanita and harudagondi authored May 27, 2023
1 parent d070535 commit 25e1878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/query/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ mod tests {
/// [`QueryState::single`] or [`QueryState::single_mut`].
#[derive(Debug)]
pub enum QuerySingleError {
/// No entities fit the query.
/// No entity fits the query.
NoEntities(&'static str),
/// Multiple entities fit the query.
MultipleEntities(&'static str),
Expand Down

0 comments on commit 25e1878

Please sign in to comment.