Updating comments.

This commit is contained in:
Eric Holk 2012-05-25 10:52:51 -07:00
parent 7b36d66049
commit 3f0358bc5c

View File

@ -384,7 +384,7 @@ fn spawn_listener<A:send>(+f: fn~(comm::port<A>)) -> comm::chan<A> {
};
// Likewise, the parent has both a 'po' and 'ch'
This function is equivalent to `run_listener(new_builder(), f)`.
This function is equivalent to `run_listener(builder(), f)`.
"];
run_listener(builder(), f)