Skip to content

Commit ee2b13c

Browse files
authored
Update timeout.md
1 parent ff390b5 commit ee2b13c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/api/middleware/timeout.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ It does not cancel long running executions. Underlying executions must handle ti
2626

2727
```go
2828
func New(handler fiber.Handler, timeout time.Duration, timeoutErrors ...error) fiber.Handler
29-
3029
func NewWithContext(handler fiber.Handler, timeout time.Duration, timeoutErrors ...error) fiber.Handler
3130
```
3231

0 commit comments

Comments
 (0)