it's to its (#123)

This commit is contained in:
camjac251
2022-09-25 12:34:28 -07:00
committed by GitHub
parent 9dfc651a91
commit c736c24118
6 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ type SinkPool struct {
}
// NewSinkPool returns a new empty SinkPool. A sink pool generally lives with a
// server instance for it's full lifetime.
// server instance for its full lifetime.
func NewSinkPool() *SinkPool {
return &SinkPool{}
}