From 1f12ed2ca83d494dd75df21a05a7f43be8d44d04 Mon Sep 17 00:00:00 2001 From: JMS55 <47158642+JMS55@users.noreply.github.com> Date: Mon, 20 Jul 2020 17:41:24 -0400 Subject: [PATCH] [rs] Fix typo --- wgpu/src/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)*) => {