mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-18 23:12:17 +08:00
fix word misspelling
This commit is contained in:
parent
53df00ffe4
commit
e7d66c6d17
@ -43,5 +43,5 @@ func (plainBinding) Bind(req *http.Request, obj interface{}) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
return fmt.Errorf("type (%T) unkown type", v)
|
||||
return fmt.Errorf("type (%T) unknown type", v)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user