Skip to content

Commit

Permalink
[wgpu-types] Minor doc typo (#3608)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoekz authored Mar 20, 2023
1 parent f183140 commit 7495646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7495646

Please sign in to comment.