1
0
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:
cenkkoroglu 2022-02-01 22:42:23 +03:00 committed by GitHub
parent 5766feef29
commit f3dcb2220e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.go
View File

@ -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:"-"`