Skip to content

Commit dea2ca5

Browse files
Remove confusing comma (#3581)
1 parent abc29b4 commit dea2ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/coroutines-and-channels.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ is to use _callbacks_.
215215
Instead of calling the code that should be invoked right after the operation is completed, you can extract it
216216
into a separate callback, often a lambda, and pass that lambda to the caller in order for it to be called later.
217217
218-
To make the UI responsive, you can either move the whole computation to a separate thread or switch to the Retrofit API,
218+
To make the UI responsive, you can either move the whole computation to a separate thread or switch to the Retrofit API
219219
which uses callbacks instead of blocking calls.
220220
221221
### Use a background thread

0 commit comments

Comments
 (0)