Skip to content

Commit

Permalink
Fix comment relating to deprecated field (#1790)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwarabei committed Feb 20, 2022
1 parent 1bbcb4b commit c5f11cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/limiter/config.go
Expand Up @@ -14,7 +14,7 @@ type Config struct {
// Optional. Default: nil
Next func(c *fiber.Ctx) bool

// Max number of recent connections during `Duration` seconds before sending a 429 response
// Max number of recent connections during `Expiration` seconds before sending a 429 response
//
// Default: 5
Max int
Expand Down

0 comments on commit c5f11cc

Please sign in to comment.