diff --git a/monitor.go b/monitor.go index 0cbc96d..748af4f 100644 --- a/monitor.go +++ b/monitor.go @@ -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 { var monitors []*Monitor for _, monitor := range glfw.GetMonitors() {