We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b6ba8 commit e469c79Copy full SHA for e469c79
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