Skip to content

Commit 3f0358b

Browse files
committed
Updating comments.
1 parent 7b36d66 commit 3f0358b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/task.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ fn spawn_listener<A:send>(+f: fn~(comm::port<A>)) -> comm::chan<A> {
384384
};
385385
// Likewise, the parent has both a 'po' and 'ch'
386386
387-
This function is equivalent to `run_listener(new_builder(), f)`.
387+
This function is equivalent to `run_listener(builder(), f)`.
388388
"];
389389

390390
run_listener(builder(), f)

0 commit comments

Comments
 (0)