diff --git a/naga/src/front/wgsl/error.rs b/naga/src/front/wgsl/error.rs index e9f7e2861..94570bcee 100644 --- a/naga/src/front/wgsl/error.rs +++ b/naga/src/front/wgsl/error.rs @@ -1050,7 +1050,7 @@ impl<'a> Error<'a> { notes: vec![ concat!( "Multiple `diagnostic(…)` rules with the same rule name ", - "conflict unless it is a directive and the severity is the same.", + "conflict unless they are directives and the severity is the same.", ) .into(), "You should delete the rule you don't want.".into(),