Skip to content

Commit bc120a1

Browse files
authored
Fix a typo (#3213)
1 parent 3b423b9 commit bc120a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/coroutine-context-and-dispatchers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ However, this parent-child relation can be explicitly overriden in one of two wa
306306

307307
1. When a different scope is explicitly specified when launching a coroutine (for example, `GlobalScope.launch`),
308308
then it does not inherit a `Job` from the parent scope.
309-
2. When a different `Job` object is passed as the context for the new coroutine (as show in the example below),
309+
2. When a different `Job` object is passed as the context for the new coroutine (as shown in the example below),
310310
then it overrides the `Job` of the parent scope.
311311

312312
In both cases, the launched coroutine is not tied to the scope it was launched from and operates independently.

0 commit comments

Comments
 (0)