Skip to content

Commit

Permalink
Doc fix, close #3419
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed Sep 13, 2012
1 parent 8a8ca18 commit ccd4a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcore/comm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit ccd4a0e

Please sign in to comment.