Skip to content

Commit

Permalink
fix(align): fixed help comment (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmurfy committed Nov 22, 2023
1 parent 4967129 commit 59fcf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 59fcf6f

Please sign in to comment.