diff --git a/text/label.go b/text/label.go index 1680d47e..e9b942e6 100644 --- a/text/label.go +++ b/text/label.go @@ -27,8 +27,7 @@ type Label struct { Alignment Alignment // Text is the string to draw. Text string - // MaxLines specify the maximum number of lines the text - // may fill. + // MaxLines limits the number of lines. Zero means no limit. MaxLines int it lineIterator