mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 03:44:24 +00:00
Comment only: fix typo
This commit is contained in:
parent
10c141a232
commit
053db0208b
@ -350,7 +350,7 @@ fn run_listener<A:send>(-builder: builder,
|
|||||||
|
|
||||||
fn spawn(+f: fn~()) {
|
fn spawn(+f: fn~()) {
|
||||||
#[doc = "
|
#[doc = "
|
||||||
Creates and exucutes a new child task
|
Creates and executes a new child task
|
||||||
|
|
||||||
Sets up a new task with its own call stack and schedules it to run
|
Sets up a new task with its own call stack and schedules it to run
|
||||||
the provided unique closure.
|
the provided unique closure.
|
||||||
|
Loading…
Reference in New Issue
Block a user