Skip to content

Commit

Permalink
📚: Fix a misspelled comment (#2809)
Browse files Browse the repository at this point in the history
Fix a misspelled comment
  • Loading branch information
theleeeo authored Jan 24, 2024
1 parent 3c4509f commit eb0c55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listen.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const (
// TODO: Add timeout for graceful shutdown.
type ListenConfig struct {
// Known networks are "tcp", "tcp4" (IPv4-only), "tcp6" (IPv6-only)
// WARNING: When prefork is set to true, only "tcp4" and "tcp6" can be chose.
// WARNING: When prefork is set to true, only "tcp4" and "tcp6" can be chosen.
//
// Default: NetworkTCP4
ListenerNetwork string `json:"listener_network"`
Expand Down

0 comments on commit eb0c55c

Please sign in to comment.