We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88d5934 + ef86f8a commit b5eea13Copy full SHA for b5eea13
util/sleep/sleep_darwin.go
@@ -49,7 +49,7 @@ func Prevent() {
49
C.preventSleep()
50
}
51
52
-// Allow allows macOS from going to sleep.
+// Allow allows macOS to go to sleep.
53
func Allow() {
54
C.allowSleep()
55
0 commit comments