diff options
Diffstat (limited to 'doc/po/tutorial-tasks.md.pot')
| -rw-r--r-- | doc/po/tutorial-tasks.md.pot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/po/tutorial-tasks.md.pot b/doc/po/tutorial-tasks.md.pot index 483cde9d7d0..7a15fe19692 100644 --- a/doc/po/tutorial-tasks.md.pot +++ b/doc/po/tutorial-tasks.md.pot @@ -213,7 +213,7 @@ msgstr "" #. type: Plain text #: doc/tutorial-tasks.md:102 msgid "" -"The `spawn` function has a very simple type signature: `fn spawn(f: ~fn())`. " +"The `spawn` function has a very simple type signature: `fn spawn(f: proc())`. " "Because it accepts only owned closures, and owned closures contain only " "owned data, `spawn` can safely move the entire closure and all its " "associated state into an entirely different task for execution. Like any " |
