Skip to content

Commit

Permalink
Add missing period in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Oct 23, 2023
1 parent 6709bee commit 626ffd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fn/closures.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fn main() {
// TODO: uncomment the line above and see the compiler error. The compiler
// suggests that we define a closure instead.
// Closures are anonymous, here we are binding them to references
// Closures are anonymous, here we are binding them to references.
// Annotation is identical to function annotation but is optional
// as are the `{}` wrapping the body. These nameless functions
// are assigned to appropriately named variables.
Expand Down

0 comments on commit 626ffd8

Please sign in to comment.