Explorar o código

Fix documentation typo (#1321)

Yoshiyuki Kinjo %!s(int64=8) %!d(string=hai) anos
pai
achega
6ad7b9c9d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      utils.go

+ 1 - 1
utils.go

@@ -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.