Doc fix, close #3419
This commit is contained in:
parent
8a8ca1863d
commit
ccd4a0e362
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@
|
|||
* # Example
|
||||
*
|
||||
* ~~~
|
||||
* let po = comm::port();
|
||||
* let ch = comm::chan(po);
|
||||
* let po = comm::Port();
|
||||
* let ch = comm::Chan(po);
|
||||
*
|
||||
* do task::spawn {
|
||||
* comm::send(ch, "Hello, World");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue