Skip to content

Commit

Permalink
Update mux.go
Browse files Browse the repository at this point in the history
Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
  • Loading branch information
EwenQuim and ccoVeille committed Dec 17, 2024
1 parent d2bec4d commit a585879
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 @@ -212,7 +212,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 a585879

Please sign in to comment.