Skip to content

Commit ccbf3e0

Browse files
khyzhunqwwdfsad
authored andcommitted
Update coroutines-guide.md
1 parent cb2998b commit ccbf3e0

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
@@ -841,7 +841,7 @@ It produces the following output (maybe in different order):
841841

842842
<!--- TEST LINES_START_UNORDERED -->
843843

844-
The default dispatcher that we've used in previous sections is representend by [DefaultDispatcher], which
844+
The default dispatcher that we've used in previous sections is represented by [DefaultDispatcher], which
845845
is equal to [CommonPool] in the current implementation. So, `launch { ... }` is the same
846846
as `launch(DefaultDispatcher) { ... }`, which is the same as `launch(CommonPool) { ... }`.
847847

0 commit comments

Comments
 (0)