Skip to content

Commit

Permalink
Add explicit argument name in use lambda function in README.md (#8097)
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo authored Nov 9, 2023
1 parent 484c40f commit 30780c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okhttp-coroutines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Support for Kotlin clients using coroutines.
```kotlin
val call = client.newCall(request)

call.executeAsync().use {
call.executeAsync().use { response ->
withContext(Dispatchers.IO) {
println(response.body?.string())
}
Expand Down

0 comments on commit 30780c8

Please sign in to comment.