From 3cd34b6076f6c501c2a0822669bf8efd04d0e548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20L=C3=B3pez?= Date: Wed, 31 Aug 2022 11:45:10 -0300 Subject: [PATCH] Fix typo --- 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 {