fix(align): fixed help comment (#239)

This commit is contained in:
Julien Ammous 2023-11-22 21:16:16 +01:00 committed by GitHub
parent 49671292f7
commit 59fcf6fa80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
set.go
View File

@ -115,7 +115,7 @@ func (s Style) Height(i int) Style {
//
// With one argument, the position value is applied to the horizontal alignment.
//
// With two arguments, the value is applied to the vertical and horizontal
// With two arguments, the value is applied to the horizontal and vertical
// alignments, in that order.
func (s Style) Align(p ...Position) Style {
if len(p) > 0 {