diff --git a/src/persevero.gleam b/src/persevero.gleam index 187a593..1136208 100644 --- a/src/persevero.gleam +++ b/src/persevero.gleam @@ -136,6 +136,7 @@ pub fn apply_cap( pub type Mode { /// Specifies the maximum number of attempts to make. MaxAttempts(Int) + /// Specifies the maximum duration to make attempts for. Expiry(Int) }