Fix height doc (width -> height)

This commit is contained in:
Luka Markušić 2022-08-24 17:45:34 +02:00 committed by Christian Rocha
parent 81744becf3
commit f651363297

2
set.go
View File

@ -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 {