Skip to content

Commit 81a6f23

Browse files
shifujunelizarov
authored andcommitted
fix typo.
somethine -> something
1 parent 8232ec4 commit 81a6f23

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
@@ -920,7 +920,7 @@ fun main(args: Array<String>) = runBlocking<Unit> {
920920

921921
> You can get full code [here](kotlinx-coroutines-core/src/test/kotlin/guide/example-context-05.kt)
922922
923-
It produces somethine like
923+
It produces something like
924924

925925
```
926926
My job is BlockingCoroutine{Active}@65ae6ba4

0 commit comments

Comments
 (0)