fixed typo

This commit is contained in:
Niko Filippidis 2021-09-01 13:43:54 +02:00
parent 961f4951f4
commit 783438c8e2

View File

@ -383,7 +383,7 @@ func (c *Context) Param(key string) string {
return c.Params.ByName(key) 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 // replaces path param key with given value for e2e testing purposes
// Example Route: "/user/:id" // Example Route: "/user/:id"
// AddParam("id", 1) // AddParam("id", 1)