Fixed typos
This commit is contained in:
parent
b3b658a955
commit
4d22c45b76
7 changed files with 8 additions and 8 deletions
|
@ -13,7 +13,7 @@ type Backend struct {
|
|||
MaxConn *MaxConn `json:"maxConn,omitempty"`
|
||||
}
|
||||
|
||||
// MaxConn holds maximum connection configuraiton
|
||||
// MaxConn holds maximum connection configuration
|
||||
type MaxConn struct {
|
||||
Amount int64 `json:"amount,omitempty"`
|
||||
ExtractorFunc string `json:"extractorFunc,omitempty"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue