From c69ad907515a4d37b82c450db86063d40476e847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20Marku=C5=A1i=C4=87?= Date: Wed, 24 Aug 2022 17:45:34 +0200 Subject: [PATCH] Fix height doc (width -> height) --- set.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set.go b/set.go index 2e7dfc8c..3b3b03e1 100644 --- a/set.go +++ b/set.go @@ -97,7 +97,7 @@ func (s Style) Width(i int) Style { return s } -// Height sets the width of the block before applying margins. If the height of +// Height sets the height of the block before applying margins. If the height of // the text block is less than this value after applying padding (or not), the // block will be set to this height. func (s Style) Height(i int) Style {