Skip to content

Commit

Permalink
Fix height doc (width -> height)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark2185 authored and meowgorithm committed Aug 24, 2022
1 parent 81744be commit f651363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set.go
Expand Up @@ -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 {
Expand Down

0 comments on commit f651363

Please sign in to comment.