Skip to content

Commit e3f18ec

Browse files
committed
Update Strategy.swift
1 parent 8dd912a commit e3f18ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/async-http-client/proxy/http/retry/Strategy.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public extension RetryService{
1313
@available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
1414
enum Strategy: Hashable {
1515

16-
/// constant delay between reties
16+
/// constant delay between retries
1717
case constant(
1818
retry : UInt = 5,
1919
duration: TimeInterval = 2.0

0 commit comments

Comments
 (0)