Skip to content

Commit ad93a23

Browse files
authored
Fix typo in documentation comment (gfx-rs#9035)
1 parent 09f49b6 commit ad93a23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wgpu/src/api/queue.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ impl Queue {
199199
})
200200
}
201201

202-
/// Copies the bytes of `data` into into a texture.
202+
/// Copies the bytes of `data` into a texture.
203203
///
204204
/// * `data` contains the texels to be written, which must be in
205205
/// [the same format as the texture](TextureFormat).

0 commit comments

Comments
 (0)