浏览代码

Fix documentation typo (#1321)

Yoshiyuki Kinjo 7 年之前
父节点
当前提交
6ad7b9c9d3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.