From 59fcf6fa80bd800114775ed055fda65006e6c319 Mon Sep 17 00:00:00 2001 From: Julien Ammous Date: Wed, 22 Nov 2023 21:16:16 +0100 Subject: [PATCH] fix(align): fixed help comment (#239) --- set.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set.go b/set.go index 432eac5d..5483f2db 100644 --- a/set.go +++ b/set.go @@ -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 {