diff --git a/robotgo.go b/robotgo.go index 545b50d..c1279c0 100644 --- a/robotgo.go +++ b/robotgo.go @@ -1565,7 +1565,8 @@ func FindNames() ([]string, error) { return strArr, err } -// FindIds finds the all processes named with a subset of "name" (case insensitive), return matching IDs. +// FindIds finds the all processes named with a subset of "name" (case insensitive), +// return matched IDs. func FindIds(name string) ([]int32, error) { var pids []int32 nps, err := Process()