mirror of https://github.com/mum4k/termdash.git
Fixing a comment.
This commit is contained in:
parent
c80cb19c07
commit
34a715fc1d
|
@ -89,8 +89,8 @@ func (t *Text) Reset() {
|
|||
}
|
||||
|
||||
// Write writes text for the widget to display. Multiple calls append
|
||||
// additional text. The text cannot control characters (unicode.IsControl) or
|
||||
// space character (unicode.IsSpace) other than:
|
||||
// additional text. The text contain cannot control characters
|
||||
// (unicode.IsControl) or space character (unicode.IsSpace) other than:
|
||||
// ' ', '\n'
|
||||
// Any newline ('\n') characters are interpreted as newlines when displaying
|
||||
// the text.
|
||||
|
|
Loading…
Reference in New Issue