fix: typos in comments (#10)
This commit is contained in:
committed by
GitHub
parent
e6c7b053f9
commit
38dfe1a380
@@ -6,7 +6,7 @@ import (
|
||||
"sort"
|
||||
)
|
||||
|
||||
// A Config describes application cofig.
|
||||
// A Config describes application config.
|
||||
type Config struct {
|
||||
PoolSize int `json:"pool_size"`
|
||||
Verbose bool `json:"verbose"`
|
||||
|
||||
Reference in New Issue
Block a user