Fix documentation typo (#1321)

This commit is contained in:
Yoshiyuki Kinjo 2018-04-17 11:54:40 +09:00 committed by Bo-Yi Wu
parent 6d913fc343
commit 6ad7b9c9d3

View File

@ -49,7 +49,7 @@ func WrapH(h http.Handler) HandlerFunc {
}
}
// H is a shortcup for map[string]interface{}
// H is a shortcut for map[string]interface{}
type H map[string]interface{}
// MarshalXML allows type H to be used with xml.Marshal.