Skip to content

Commit 626ffd8

Browse files
committed
Add missing period in comment
1 parent 6709bee commit 626ffd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fn/closures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fn main() {
2626
// TODO: uncomment the line above and see the compiler error. The compiler
2727
// suggests that we define a closure instead.
2828
29-
// Closures are anonymous, here we are binding them to references
29+
// Closures are anonymous, here we are binding them to references.
3030
// Annotation is identical to function annotation but is optional
3131
// as are the `{}` wrapping the body. These nameless functions
3232
// are assigned to appropriately named variables.

0 commit comments

Comments
 (0)