Add more comments

This commit is contained in:
Zachary Yedidia
2018-01-04 17:14:51 -05:00
parent 275bce7d69
commit d82867ee53
9 changed files with 24 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
package main
// Scrollbar represents an optional scrollbar that can be used
// ScrollBar represents an optional scrollbar that can be used
type ScrollBar struct {
view *View
}