diff --git a/wgpu-types/src/lib.rs b/wgpu-types/src/lib.rs index e6a5ec1bd6..1202882d0d 100644 --- a/wgpu-types/src/lib.rs +++ b/wgpu-types/src/lib.rs @@ -5314,7 +5314,7 @@ pub enum TextureSampleType { /// Example WGSL syntax: /// ```rust,ignore /// @group(0) @binding(0) - /// var t: texure_2d; + /// var t: texture_2d; /// ``` /// /// Example GLSL syntax: