Skip to content

Commit faa796c

Browse files
committed
add missing word from package docstring
1 parent f98494d commit faa796c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graceful/graceful.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Package graceful provides mechanisms for starting and stopping groups of
2-
// primarily used to accomplish a graceful shutdown.
2+
// services, primarily used to accomplish a graceful shutdown.
33
package graceful
44

55
import (

0 commit comments

Comments
 (0)