Skip to content

Commit

Permalink
👷 Fix docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyonlin committed May 7, 2021
1 parent 056c680 commit 1b734c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefork.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 1b734c5

Please sign in to comment.