From 783438c8e2d5ea1a4e9f40e62ac73f579b232b36 Mon Sep 17 00:00:00 2001 From: Niko Filippidis <11477309+filikos@users.noreply.github.com> Date: Wed, 1 Sep 2021 13:43:54 +0200 Subject: [PATCH] fixed typo --- context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context.go b/context.go index 9a146f4e99..62849488b2 100644 --- a/context.go +++ b/context.go @@ -383,7 +383,7 @@ func (c *Context) Param(key string) string { return c.Params.ByName(key) } -// AddParam adds param to context an +// AddParam adds param to context and // replaces path param key with given value for e2e testing purposes // Example Route: "/user/:id" // AddParam("id", 1)