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.