Fix documentation typo

This commit is contained in:
Yoshiyuki Kinjo 2018-04-17 11:48:34 +09:00 committed by GitHub
parent 6d913fc343
commit 7b3cfb1f45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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{} type H map[string]interface{}
// MarshalXML allows type H to be used with xml.Marshal. // MarshalXML allows type H to be used with xml.Marshal.