From ba739b2135f794dd2f1cff3c82cf9282cc1d50cb Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Mon, 18 Nov 2013 17:40:54 -0800 Subject: librustc: Convert `~fn()` to `proc()` everywhere. --- doc/po/tutorial.md.pot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/po/tutorial.md.pot') 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 "" -- cgit 1.4.1-3-g733a5