1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-28 08:38:39 +02:00

Fixed comment typo in BodyDump (#1431)

This commit is contained in:
Shin Ohno 2019-10-31 09:34:27 +09:00 committed by Vishal Rana
parent 7c5e9ab0d9
commit 8b7220f97c

View File

@ -40,7 +40,7 @@ var (
// BodyDump returns a BodyDump middleware.
//
// BodyLimit middleware captures the request and response payload and calls the
// BodyDump middleware captures the request and response payload and calls the
// registered handler.
func BodyDump(handler BodyDumpHandler) echo.MiddlewareFunc {
c := DefaultBodyDumpConfig