Skip to content

Commit

Permalink
fix typo (#6597)
Browse files Browse the repository at this point in the history
  • Loading branch information
atlv24 authored Nov 23, 2024
1 parent c54a159 commit c22c062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-core/src/binding_model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ pub enum CreateBindGroupError {
},
#[error("Bound texture views can not have both depth and stencil aspects enabled")]
DepthStencilAspect,
#[error("The adapter does not support read access for storages texture of format {0:?}")]
#[error("The adapter does not support read access for storage textures of format {0:?}")]
StorageReadNotSupported(wgt::TextureFormat),
#[error(transparent)]
ResourceUsageCompatibility(#[from] ResourceUsageCompatibilityError),
Expand Down

0 comments on commit c22c062

Please sign in to comment.