mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-19 14:07:53 +00:00
📝 fix typo (#1741)
This commit is contained in:
parent
5766feef29
commit
f3dcb2220e
2
app.go
2
app.go
@ -320,7 +320,7 @@ type Config struct {
|
|||||||
// When set by an external client of Fiber it will use the provided implementation of a
|
// When set by an external client of Fiber it will use the provided implementation of a
|
||||||
// JSONUnmarshal
|
// JSONUnmarshal
|
||||||
//
|
//
|
||||||
// Allowing for flexibility in using another json library for encoding
|
// Allowing for flexibility in using another json library for decoding
|
||||||
// Default: json.Unmarshal
|
// Default: json.Unmarshal
|
||||||
JSONDecoder utils.JSONUnmarshal `json:"-"`
|
JSONDecoder utils.JSONUnmarshal `json:"-"`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user