core: Remove spurious newline in task::run_with documentation

This commit is contained in:
Benjamin Herr 2012-07-09 04:16:04 +02:00
parent d95ab538c1
commit 97a76b8eec

View file

@ -344,7 +344,6 @@ fn run_with<A:send>(-builder: builder,
+f: fn~(+A)) { +f: fn~(+A)) {
/*! /*!
*
* Runs a task, while transfering ownership of one argument to the * Runs a task, while transfering ownership of one argument to the
* child. * child.
* *