Skip to content

Commit

Permalink
Tweak doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLyons committed Dec 23, 2024
1 parent 1a8891e commit 23cafeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/persevero.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub type RetryData(a, b) {
RetryData(result: RetryResult(a, b), wait_times: List(Int), duration: Int)
}

/// Convenience function that you can supply to `execute`'s `allow` parameter to
/// Convenience function that can supplied to `execute`'s `allow` parameter to
/// allow all errors.
pub fn all_errors(_: a) -> Bool {
True
Expand Down

0 comments on commit 23cafeb

Please sign in to comment.