Fixing a comment.

This commit is contained in:
Jakub Sobon 2019-02-03 23:39:29 -05:00 committed by GitHub
parent c80cb19c07
commit 34a715fc1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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