diff --git a/wgpu-types/src/lib.rs b/wgpu-types/src/lib.rs index 9fce6ca524..3e91ae0340 100644 --- a/wgpu-types/src/lib.rs +++ b/wgpu-types/src/lib.rs @@ -3762,7 +3762,7 @@ pub enum PresentMode { Mailbox = 5, } -/// Specifies how the alpha channel of the textures should be handled during (martin mouv i step) +/// Specifies how the alpha channel of the textures should be handled during /// compositing. #[repr(C)] #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]