We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd912a commit e3f18ecCopy full SHA for e3f18ec
Sources/async-http-client/proxy/http/retry/Strategy.swift
@@ -13,7 +13,7 @@ public extension RetryService{
13
@available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
14
enum Strategy: Hashable {
15
16
- /// constant delay between reties
+ /// constant delay between retries
17
case constant(
18
retry : UInt = 5,
19
duration: TimeInterval = 2.0
0 commit comments