Skip to content

Commit dda0573

Browse files
committed
Update README.md
1 parent 64cdfc1 commit dda0573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There are two strategies
2020
/// Exponential backoff is a strategy in which you increase the delays between retries
2121
case exponential(
2222
retry : UInt = 3,
23-
multiplier: Double = 2.0, // The power exponent
23+
multiplier: Double = 2.0, // power exponent
2424
duration: DispatchTimeInterval = .seconds(2),
2525
timeout: DispatchTimeInterval = .seconds(Int.max)
2626
)

0 commit comments

Comments
 (0)