Skip to content

Commit

Permalink
Update src/types/closure.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis authored Jul 29, 2020
1 parent d0ab22d commit f740783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/closure.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ more specific call traits:
> not how it captures them.
*Non-capturing closures* are closures that don't capture anything from their
environment. They can be coerced to function pointers (`fn` or `unsafe fn`)
environment. They can be coerced to function pointers (e.g., `fn()`)
with the matching signature.

```rust
Expand Down

0 comments on commit f740783

Please sign in to comment.