diff options
| author | bors <bors@rust-lang.org> | 2013-11-18 23:06:29 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-11-18 23:06:29 -0800 |
| commit | f4c22f75d46e94985d2fe45c896bde65e991b13d (patch) | |
| tree | b811656373ff40c6840da947869871c80eeda43f /doc/po/tutorial.md.pot | |
| parent | f5f5d5aac762a554850d291165536ba752260303 (diff) | |
| parent | f977bedafd657b52fb618cc788cc31f35336270d (diff) | |
auto merge of #10561 : pcwalton/rust/procify, r=alexcrichton
r? @alexcrichton
Diffstat (limited to 'doc/po/tutorial.md.pot')
| -rw-r--r-- | doc/po/tutorial.md.pot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/po/tutorial.md.pot b/doc/po/tutorial.md.pot index a9c93aa6a8b..86937652da9 100644 --- a/doc/po/tutorial.md.pot +++ b/doc/po/tutorial.md.pot @@ -2683,7 +2683,7 @@ msgstr "" #. type: Plain text #: doc/tutorial.md:1510 msgid "" -"Owned closures, written `~fn` in analogy to the `~` pointer type, hold on to " +"Owned closures, written `proc`, hold on to " "things that can safely be sent between processes. They copy the values they " "close over, much like managed closures, but they also own them: that is, no " "other code can access them. Owned closures are used in concurrent code, " @@ -2808,7 +2808,7 @@ msgstr "" #: doc/tutorial.md:1582 msgid "" "`do` is a convenient way to create tasks with the `task::spawn` function. " -"`spawn` has the signature `spawn(fn: ~fn())`. In other words, it is a " +"`spawn` has the signature `spawn(fn: proc())`. In other words, it is a " "function that takes an owned closure that takes no arguments." msgstr "" |
