Skip to content

Commit

Permalink
Update mux.go
Browse files Browse the repository at this point in the history
Co-authored-by: ccoVeille <[email protected]>
  • Loading branch information
EwenQuim and ccoVeille authored Dec 14, 2024
1 parent f2dc479 commit 8bd99ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mux.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ func DefaultDescription[T any](handler string, middlewares []T) string {
description += "\n- `" + FuncName(fn) + "`"

if i == 4 {
description += "\n- more middleware..."
description += "\n- more middleware"
break
}
}
Expand Down

0 comments on commit 8bd99ae

Please sign in to comment.