docs: fix typo in function documentation (#3872)
This commit is contained in:
parent
646312aef6
commit
83fc7673f9
@ -393,7 +393,7 @@ func (c *Context) GetStringMapStringSlice(key string) (smss map[string][]string)
|
|||||||
//
|
//
|
||||||
// router.GET("/user/:id", func(c *gin.Context) {
|
// router.GET("/user/:id", func(c *gin.Context) {
|
||||||
// // a GET request to /user/john
|
// // a GET request to /user/john
|
||||||
// id := c.Param("id") // id == "/john"
|
// id := c.Param("id") // id == "john"
|
||||||
// // a GET request to /user/john/
|
// // a GET request to /user/john/
|
||||||
// id := c.Param("id") // id == "/john/"
|
// id := c.Param("id") // id == "/john/"
|
||||||
// })
|
// })
|
||||||
|
Loading…
Reference in New Issue
Block a user