👷 Fix docs typo

pull/1321/head
Kiyon 2021-05-07 09:26:05 +08:00
parent 056c6808af
commit 1b734c5a5a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ var (
testPreforkMaster = false
)
// IsChild determines if the current process is a result of Prefork
// IsChild determines if the current process is a child of Prefork
func IsChild() bool {
return os.Getenv(envPreforkChildKey) == envPreforkChildVal
}