We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09e5a7a + 7130c75 commit d66d0b3Copy full SHA for d66d0b3
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