Skip to content

Commit 5e31cf7

Browse files
authored
Update console-webapiclient.md (#36896)
1 parent 8f05f20 commit 5e31cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/tutorials/console-webapiclient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ The `ProcessRepositoriesAsync` method can do the async work and return a collect
214214
1. Change the signature of `ProcessRepositoriesAsync` to return a task whose result is a list of `Repository` objects:
215215

216216
```csharp
217-
static async Task<List<Repository>> ProcessRepositoriesAsync()
217+
static async Task<List<Repository>> ProcessRepositoriesAsync(HttpClient client)
218218
```
219219

220220
1. Return the repositories after processing the JSON response:

0 commit comments

Comments
 (0)