From 5700690deac46ead024d0561dea557f1764863f8 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Mon, 31 Aug 2020 05:09:59 +0300 Subject: [PATCH] minor --- context/context.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }