Explorar o código

Fixed documentation error

Manu Mtz-Almeida %!s(int64=10) %!d(string=hai) anos
pai
achega
e60087f223
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      context.go

+ 1 - 1
context.go

@@ -235,7 +235,7 @@ func (c *Context) Bind(obj interface{}) error {
 	return c.BindWith(obj, b)
 }
 
-// Shortcut for c.Bind(obj, binding.JSON)
+// Shortcut for c.BindWith(obj, binding.JSON)
 func (c *Context) BindJSON(obj interface{}) error {
 	return c.BindWith(obj, binding.JSON)
 }