We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cdfc1 commit dda0573Copy full SHA for dda0573
README.md
@@ -20,7 +20,7 @@ There are two strategies
20
/// Exponential backoff is a strategy in which you increase the delays between retries
21
case exponential(
22
retry : UInt = 3,
23
- multiplier: Double = 2.0, // The power exponent
+ multiplier: Double = 2.0, // power exponent
24
duration: DispatchTimeInterval = .seconds(2),
25
timeout: DispatchTimeInterval = .seconds(Int.max)
26
)
0 commit comments