Skip to content

Commit ef86f8a

Browse files
committed
fix typo in docstring
1 parent 88d5934 commit ef86f8a

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)