We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d5934 commit ef86f8aCopy full SHA for ef86f8a
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