Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyansong-adbe committed Jul 25, 2024
1 parent a1b5740 commit 4cc7ca3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ networkService.connectAsync(networkRequest: networkRequest) { httpConnection in

#### Java

1. Create a custom implementation of `HttpConnecting` that represents a response to a network request. And, create natoher implementation of `HttpConnecting` that represents the error response. This will be used to handle network completion when overriding the network stack in place of internal network connection implementation.
1. Create a custom implementation of `HttpConnecting` that represents a response to a network request. Also, create antoher implementation of `HttpConnecting` that represents the error response. They will be used to handle network completion when overriding the network stack in place of internal network connection implementation.

- MyCustomResponse

Expand Down

0 comments on commit 4cc7ca3

Please sign in to comment.