Skip to content

Commit cc31e99

Browse files
Fixed Sentence about channels
1 parent 330d3a4 commit cc31e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/06_multiple_futures/04_spawning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ task once it's completed.
1212
{{#include ../../examples/06_04_spawning/src/lib.rs:example}}
1313
```
1414

15-
To communicate between the main task and the spawned task, we can use
15+
To communicate between the main task and the spawned task, we can use channels
1616
provided by the used async runtime.

0 commit comments

Comments
 (0)