We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766a4e1 commit 7130c75Copy full SHA for 7130c75
src/doc/trpl/closures.md
@@ -68,7 +68,7 @@ is that a moving closure always takes ownership of all variables that
68
it uses. Ordinary closures, in contrast, just create a reference into
69
the enclosing stack frame. Moving closures are most useful with Rust's
70
concurrency features, and so we'll just leave it at this for
71
-now. We'll talk about them more in the "Threads" section of the guide.
+now. We'll talk about them more in the "Concurrency" chapter of the book.
72
73
## Accepting closures as arguments
74
0 commit comments