Skip to content

Commit 81451de

Browse files
Tyloselizarov
authored andcommitted
Remove duplicated word from coroutines-guide.md
1 parent bfacb27 commit 81451de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coroutines-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ World!
178178
-->
179179

180180
The result is the same, but this code uses only non-blocking [delay].
181-
The the main thread, that invokes `runBlocking`, _blocks_ until the coroutine inside `runBlocking` completes.
181+
The main thread, that invokes `runBlocking`, _blocks_ until the coroutine inside `runBlocking` completes.
182182

183183
This example can be also rewritten in a more idiomatic way, using `runBlocking` to wrap
184184
the execution of the main function:

0 commit comments

Comments
 (0)