Fix typo in SizeInfo padding_y rustdoc

This commit is contained in:
Ömer Sinan Ağacan 2022-01-21 16:45:37 +03:00 committed by GitHub
parent 14c22b172f
commit 4e91e99de3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ pub struct SizeInfo {
/// Horizontal window padding.
padding_x: f32,
/// Horizontal window padding.
/// Vertical window padding.
padding_y: f32,
/// Number of lines in the viewport.