diff --git a/src/retry/lwt_retry.mli b/src/retry/lwt_retry.mli index 734429808..8cf47f785 100644 --- a/src/retry/lwt_retry.mli +++ b/src/retry/lwt_retry.mli @@ -142,6 +142,8 @@ val n_times : In particular [n_times 0 attempts] will *try* 1 attempt but *re-try* 0, so it is guaranteed to produce some result. + [n_times] forces up to [n] elements of the on-demand stream of attempts. + Examples {[