mirror of https://github.com/gofiber/fiber.git
📚 Docs: fix bad documentation on queries function (#2522)
parent
f68ec0dfbb
commit
5c1e8a9cff
|
@ -1076,7 +1076,7 @@ app.Get("/", func(c *fiber.Ctx) error {
|
|||
Queries is a function that returns an object containing a property for each query string parameter in the route.
|
||||
|
||||
```go title="Signature"
|
||||
func (c *Ctx) Queries() (map[string]string, error)
|
||||
func (c *Ctx) Queries() map[string]string
|
||||
```
|
||||
|
||||
```go title="Example"
|
||||
|
|
Loading…
Reference in New Issue