Skip to content

Commit c22c062

Browse files
authored
fix typo (#6597)
1 parent c54a159 commit c22c062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wgpu-core/src/binding_model.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ pub enum CreateBindGroupError {
183183
},
184184
#[error("Bound texture views can not have both depth and stencil aspects enabled")]
185185
DepthStencilAspect,
186-
#[error("The adapter does not support read access for storages texture of format {0:?}")]
186+
#[error("The adapter does not support read access for storage textures of format {0:?}")]
187187
StorageReadNotSupported(wgt::TextureFormat),
188188
#[error(transparent)]
189189
ResourceUsageCompatibility(#[from] ResourceUsageCompatibilityError),

0 commit comments

Comments
 (0)