From 27c43092230271a67f26e3abd22dff5ef507abe5 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Tue, 29 Oct 2019 20:49:25 -0700 Subject: [PATCH] Fix typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index ec6811d..4d42c7a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -80,7 +80,7 @@ impl SurfaceTexture { /// Create a logical texture for a window surface. /// /// It is recommended (but not required) that the `width` and `height` are equivalent to the - /// physical dimentions of the `surface`. E.g. scaled by the HiDPI factor. + /// physical dimensions of the `surface`. E.g. scaled by the HiDPI factor. /// /// # Examples ///