Skip to content

Commit

Permalink
auto merge of #10095 : huonw/rust/master, r=cmr
Browse files Browse the repository at this point in the history
Currently each line is a separate bullet point in a list: http://static.rust-lang.org/doc/master/std/task/fn.spawn_sched.html
  • Loading branch information
bors committed Oct 28, 2013
2 parents e6102fc + 436d874 commit 2ab4a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/task/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,8 @@ pub fn spawn_with<A:Send>(arg: A, f: ~fn(v: A)) {

pub fn spawn_sched(mode: SchedMode, f: ~fn()) {
/*!
* Creates a new task on a new or existing scheduler
* Creates a new task on a new or existing scheduler.
*
* When there are no more tasks to execute the
* scheduler terminates.
*
Expand Down

0 comments on commit 2ab4a6f

Please sign in to comment.