fast image operations
Diffstat (limited to 'src/wgpu_convert.rs')
-rw-r--r--src/wgpu_convert.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wgpu_convert.rs b/src/wgpu_convert.rs
index c95346f..966c799 100644
--- a/src/wgpu_convert.rs
+++ b/src/wgpu_convert.rs
@@ -37,7 +37,7 @@ impl<T: AsRef<[u8]>> Image<T, 4> {
}
impl Image<Box<[u8]>, 4> {
- /// Downlodas a purportedly [`TextureFormat::Rgba8Unorm`] image from the gpu.
+ /// Downloads a purportedly [`TextureFormat::Rgba8Unorm`] image from the gpu.
/// # Panics
///
/// When a "error occurs while trying to async map a buffer".