We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aced5f commit 840f559Copy full SHA for 840f559
crates/bevy_ecs/src/system/query.rs
@@ -559,7 +559,7 @@ where
559
pub enum QueryComponentError {
560
#[error("This query does not have read access to the requested component.")]
561
MissingReadAccess,
562
- #[error("This query does not have read access to the requested component.")]
+ #[error("This query does not have write access to the requested component.")]
563
MissingWriteAccess,
564
#[error("The given entity does not have the requested component.")]
565
MissingComponent,
0 commit comments