We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2998b commit ccbf3e0Copy full SHA for ccbf3e0
coroutines-guide.md
@@ -841,7 +841,7 @@ It produces the following output (maybe in different order):
841
842
<!--- TEST LINES_START_UNORDERED -->
843
844
-The default dispatcher that we've used in previous sections is representend by [DefaultDispatcher], which
+The default dispatcher that we've used in previous sections is represented by [DefaultDispatcher], which
845
is equal to [CommonPool] in the current implementation. So, `launch { ... }` is the same
846
as `launch(DefaultDispatcher) { ... }`, which is the same as `launch(CommonPool) { ... }`.
847
0 commit comments