Skip to content

Commit

Permalink
diag(naga): add def. article to EnableExtensionNotYetImplemented
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Oct 23, 2024
1 parent 9730843 commit 64884d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naga/src/front/wgsl/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ impl<'a> Error<'a> {
},
Error::EnableExtensionNotYetImplemented { kind, span } => ParseError {
message: format!(
"the `{}` extension is not yet supported",
"the `{}` enable extension is not yet supported",
EnableExtension::Unimplemented(kind).to_ident()
),
labels: vec![(
Expand Down

0 comments on commit 64884d1

Please sign in to comment.