Fix typo: 'Viewport width' -> 'Viewport height' (#2615)

This commit is contained in:
LEAVING 2023-01-23 19:37:26 +08:00 committed by GitHub
parent 30e49f1da2
commit 5029575ed0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -768,7 +768,7 @@ pub struct ViewportInPixels {
/// Viewport width in physical pixels.
pub width_px: f32,
/// Viewport width in physical pixels.
/// Viewport height in physical pixels.
pub height_px: f32,
}