improve doc

This commit is contained in:
faiface 2016-12-02 01:02:57 +01:00
parent 2fa073ce90
commit 29d5bc7c92
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ func PrimaryMonitor() *Monitor {
} }
} }
// Monitors returns a slice of all currently attached monitors. // Monitors returns a slice of all currently available monitors.
func Monitors() []*Monitor { func Monitors() []*Monitor {
var monitors []*Monitor var monitors []*Monitor
for _, monitor := range glfw.GetMonitors() { for _, monitor := range glfw.GetMonitors() {