mirror of
https://github.com/gin-gonic/gin.git
synced 2025-08-06 15:50:30 +08:00
fix(typo): spelling covert
-> convert
(#3325)
This commit is contained in:
@ -19,7 +19,7 @@ import (
|
|||||||
var (
|
var (
|
||||||
errUnknownType = errors.New("unknown type")
|
errUnknownType = errors.New("unknown type")
|
||||||
|
|
||||||
// ErrConvertMapStringSlice can not covert to map[string][]string
|
// ErrConvertMapStringSlice can not convert to map[string][]string
|
||||||
ErrConvertMapStringSlice = errors.New("can not convert to map slices of strings")
|
ErrConvertMapStringSlice = errors.New("can not convert to map slices of strings")
|
||||||
|
|
||||||
// ErrConvertToMapString can not convert to map[string]string
|
// ErrConvertToMapString can not convert to map[string]string
|
||||||
|
Reference in New Issue
Block a user