Fix typo
This commit is contained in:
parent
7844c15a77
commit
27c4309223
|
@ -80,7 +80,7 @@ impl SurfaceTexture {
|
||||||
/// Create a logical texture for a window surface.
|
/// Create a logical texture for a window surface.
|
||||||
///
|
///
|
||||||
/// It is recommended (but not required) that the `width` and `height` are equivalent to the
|
/// 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
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue