Skip to content

Commit 2ab4a6f

Browse files
committed
auto merge of #10095 : huonw/rust/master, r=cmr
Currently each line is a separate bullet point in a list: http://static.rust-lang.org/doc/master/std/task/fn.spawn_sched.html
2 parents e6102fc + 436d874 commit 2ab4a6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/task/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,8 @@ pub fn spawn_with<A:Send>(arg: A, f: ~fn(v: A)) {
526526

527527
pub fn spawn_sched(mode: SchedMode, f: ~fn()) {
528528
/*!
529-
* Creates a new task on a new or existing scheduler
530-
529+
* Creates a new task on a new or existing scheduler.
530+
*
531531
* When there are no more tasks to execute the
532532
* scheduler terminates.
533533
*

0 commit comments

Comments
 (0)