about summary refs log tree commit diff
path: root/src/libstd/task
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/task')
-rw-r--r--src/libstd/task/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/task/mod.rs b/src/libstd/task/mod.rs
index 3333b24a924..8efa185bbbd 100644
--- a/src/libstd/task/mod.rs
+++ b/src/libstd/task/mod.rs
@@ -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.
      *