Skip to content

Commit 5195a70

Browse files
authored
Update Deprecations.swift (#39)
1 parent 3803477 commit 5195a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/URLRouting/Internal/Deprecations.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Foundation
88

99
extension URLRoutingClient {
1010
@available(iOS 13, macOS 10.15, tvOS 13, watchOS 6, *)
11-
@available(*, deprecated, renamed: "responseData(for:as:decoder:)")
11+
@available(*, deprecated, renamed: "decodedResponse(for:as:decoder:)")
1212
public func request<Value: Decodable>(
1313
_ route: Route,
1414
as type: Value.Type = Value.self,

0 commit comments

Comments
 (0)