Merge pull request #3 from ss18/typo

scollable -> scrollable, thanks!
pull/8/head
rivo 6 years ago committed by GitHub
commit fee6bd1ef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -186,7 +186,7 @@ func NewTextView() *TextView {
}
// SetScrollable sets the flag that decides whether or not the text view is
// scollable. If true, text is kept in a buffer and can be navigated.
// scrollable. If true, text is kept in a buffer and can be navigated.
func (t *TextView) SetScrollable(scrollable bool) *TextView {
t.scrollable = scrollable
if !scrollable {

Loading…
Cancel
Save