From 04da0c3f0bf5eb54203cb9da2a689663c85d6e88 Mon Sep 17 00:00:00 2001 From: Grisha <33952698+GrishaVar@users.noreply.github.com> Date: Sat, 14 Jan 2023 02:28:00 +0100 Subject: [PATCH] Add missing backtick --- wgpu/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu/src/lib.rs b/wgpu/src/lib.rs index b5a12cdb71..aff3817c83 100644 --- a/wgpu/src/lib.rs +++ b/wgpu/src/lib.rs @@ -3316,7 +3316,7 @@ impl<'a> RenderPass<'a> { /// /// - Bytes `4..8` are accessed by both the fragment shader and the vertex shader. /// - /// - Bytes `8..12 are accessed only by the vertex shader. + /// - Bytes `8..12` are accessed only by the vertex shader. /// /// To write all twelve bytes requires three `set_push_constants` calls, one /// for each range, each passing the matching `stages` mask.