Fixed Sentence about channels

This commit is contained in:
Bene 2023-02-03 10:38:43 +01:00
parent 330d3a4a85
commit cc31e99108
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ task once it's completed.
{{#include ../../examples/06_04_spawning/src/lib.rs:example}}
```
To communicate between the main task and the spawned task, we can use
To communicate between the main task and the spawned task, we can use channels
provided by the used async runtime.