diff --git a/context/context.go b/context/context.go index cf89f780..47b3aea6 100644 --- a/context/context.go +++ b/context/context.go @@ -1586,8 +1586,8 @@ func (ctx *Context) URLParamsSorted() []memstore.StringEntry { return entries } -// ResetQuery resets the GET URL Query cache. -// New URLParamXXX methods will receive the new parsed values. +// ResetQuery clears the GET URL Query request, temporary, cache. +// Any new URLParamXXX calls will receive the new parsed values. func (ctx *Context) ResetQuery() { ctx.query = nil }