We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c24116 commit dfc3d61Copy full SHA for dfc3d61
Networking/Networking/Network/AlamofireNetwork.swift
@@ -61,7 +61,7 @@ public class AlamofireNetwork: Network {
61
///
62
private extension Alamofire.DataResponse {
63
64
- /// Returns `NetworkError.notFound` whenever the Request failed with a 404 StatusCode. This may be used by upper layers,
+ /// Returns `NetworkError.notFound` whenever the Request failed with a 404 StatusCode. This may be used by upper layers,
65
/// to determine if an object should be deleted (for instance!).
66
67
/// In any other case, this property will actually return the regular `DataResponse.error` result.
0 commit comments