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
1 changed files with 1 additions and 1 deletions

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.