diff options
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 "" |
