Skip to content

Commit ccd4a0e

Browse files
committed
Doc fix, close #3419
1 parent 8a8ca18 commit ccd4a0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/comm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
* # Example
1717
*
1818
* ~~~
19-
* let po = comm::port();
20-
* let ch = comm::chan(po);
19+
* let po = comm::Port();
20+
* let ch = comm::Chan(po);
2121
*
2222
* do task::spawn {
2323
* comm::send(ch, "Hello, World");

0 commit comments

Comments
 (0)