diff --git a/ctx.go b/ctx.go index 55b81cf2ee..596268e9fe 100644 --- a/ctx.go +++ b/ctx.go @@ -1222,7 +1222,7 @@ func (c *Ctx) QueryInt(key string, defaultValue ...int) int { } // QueryBool returns bool value of key string parameter in the url. -// Default to empty or invalid key is true. +// Default to empty or invalid key is false. // // Get /?name=alex&want_pizza=false&id= // QueryBool("want_pizza") == false