Skip to content

Commit 440574f

Browse files
authored
fix typo in docstring (#5281)
1 parent 3715cb1 commit 440574f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wgpu/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3400,7 +3400,7 @@ impl CommandEncoder {
34003400
/// # Panics
34013401
///
34023402
/// - Buffer does not have `COPY_DST` usage.
3403-
/// - Range it out of bounds
3403+
/// - Range is out of bounds
34043404
pub fn clear_buffer(
34053405
&mut self,
34063406
buffer: &Buffer,

0 commit comments

Comments
 (0)