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.
1 parent 6709bee commit 626ffd8Copy full SHA for 626ffd8
src/fn/closures.md
@@ -26,7 +26,7 @@ fn main() {
26
// TODO: uncomment the line above and see the compiler error. The compiler
27
// suggests that we define a closure instead.
28
29
- // Closures are anonymous, here we are binding them to references
+ // Closures are anonymous, here we are binding them to references.
30
// Annotation is identical to function annotation but is optional
31
// as are the `{}` wrapping the body. These nameless functions
32
// are assigned to appropriately named variables.
0 commit comments