diff --git a/wgpu/src/macros.rs b/wgpu/src/macros.rs index 0009fd64a1..bfe907dfaf 100644 --- a/wgpu/src/macros.rs +++ b/wgpu/src/macros.rs @@ -140,7 +140,7 @@ fn test_vertex_attr_array() { /// Macro to load a SPIR-V module statically. /// -/// It ensure the word alignment as well as the magic number. +/// It ensures the word alignment as well as the magic number. #[macro_export] macro_rules! include_spirv { ($($token:tt)*) => {