Skip to content

Commit

Permalink
fix typo in docstring (#5281)
Browse files Browse the repository at this point in the history
  • Loading branch information
PWhiddy authored Feb 21, 2024
1 parent 3715cb1 commit 440574f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3400,7 +3400,7 @@ impl CommandEncoder {
/// # Panics
///
/// - Buffer does not have `COPY_DST` usage.
/// - Range it out of bounds
/// - Range is out of bounds
pub fn clear_buffer(
&mut self,
buffer: &Buffer,
Expand Down

0 comments on commit 440574f

Please sign in to comment.