Skip to content

Commit b5eea13

Browse files
committed
Merge branch 'typo'
2 parents 88d5934 + ef86f8a commit b5eea13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/sleep/sleep_darwin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func Prevent() {
4949
C.preventSleep()
5050
}
5151

52-
// Allow allows macOS from going to sleep.
52+
// Allow allows macOS to go to sleep.
5353
func Allow() {
5454
C.allowSleep()
5555
}

0 commit comments

Comments
 (0)