Merge pull request #2200 from CatCode79/patch-1

minor typo
This commit is contained in:
Connor Fitzgerald
2021-11-21 09:36:18 -05:00
committed by GitHub

View File

@@ -748,7 +748,7 @@ pub enum ShaderSource<'a> {
/// is passed to `gfx-rs` and `spirv_cross` for translation.
#[cfg(feature = "spirv")]
SpirV(Cow<'a, [u32]>),
/// GSLS module as a string slice.
/// GLSL module as a string slice.
///
/// wgpu will attempt to parse and validate it. The module will get
/// passed to wgpu-core where it will translate it to the required languages.