diff --git a/wgpu/src/lib.rs b/wgpu/src/lib.rs index 6a2570f17a..2c4150d314 100644 --- a/wgpu/src/lib.rs +++ b/wgpu/src/lib.rs @@ -4649,7 +4649,7 @@ impl<'a> RenderBundleEncoder<'a> { } } -/// A read-only view into a staging buffer. +/// A write-only view into a staging buffer. /// /// Reading into this buffer won't yield the contents of the buffer from the /// GPU and is likely to be slow. Because of this, although [`AsMut`] is