We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ac3b19 + e469c79 commit 982d959Copy full SHA for 982d959
src/doc/book/closures.md
@@ -502,5 +502,5 @@ assert_eq!(6, answer);
502
```
503
504
By making the inner closure a `move Fn`, we create a new stack frame for our
505
-closure. By `Box`ing it up, we’ve given it a known size, and allowing it to
+closure. By `Box`ing it up, we’ve given it a known size, allowing it to
506
escape our stack frame.
0 commit comments