Skip to content

Commit 8dd912a

Browse files
committed
Update README.md
1 parent 4470403 commit 8dd912a

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
@@ -65,7 +65,7 @@ Network layer for running requests like GET, POST, PUT, DELETE etc customizable
6565
/// Send custom request based on the specific request instance
6666
/// - Parameters:
6767
/// - request: A URL load request that is independent of protocol or URL scheme
68-
/// - retry: ``RetryService.Strategy`` Default value .exponential with 5 retry and duration 2.0
68+
/// - retry: ``RetryService.Strategy`` Default value .exponential with 5 retry and duration 2.0 sec
6969
/// - taskDelegate: A protocol that defines methods that URL session instances call on their delegates to handle task-level events
7070
public func send<T>(
7171
with request : URLRequest,

0 commit comments

Comments
 (0)