[wgpu-types] Minor doc typo (#3608)

This commit is contained in:
Vinh Truong
2023-03-20 22:51:52 +02:00
committed by GitHub
parent f183140898
commit 7495646d5f

View File

@@ -5314,7 +5314,7 @@ pub enum TextureSampleType {
/// Example WGSL syntax:
/// ```rust,ignore
/// @group(0) @binding(0)
/// var t: texure_2d<f32>;
/// var t: texture_2d<f32>;
/// ```
///
/// Example GLSL syntax: