This commit is contained in:
Jay Oster 2019-10-29 20:49:25 -07:00
parent 7844c15a77
commit 27c4309223

View file

@ -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
///