core: Fix doc comment error, as per #4983
This commit is contained in:
parent
a56ec8c134
commit
6647150657
@ -182,7 +182,7 @@ fn with_dirp<T>(d: &Option<~str>,
|
||||
*
|
||||
* # Return value
|
||||
*
|
||||
* The process id
|
||||
* The process's exit code
|
||||
*/
|
||||
pub fn run_program(prog: &str, args: &[~str]) -> int {
|
||||
let pid = spawn_process(prog, args, &None, &None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user