Skip to content

Commit f740783

Browse files
authored
Update src/types/closure.md
1 parent d0ab22d commit f740783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/closure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ more specific call traits:
131131
> not how it captures them.
132132
133133
*Non-capturing closures* are closures that don't capture anything from their
134-
environment. They can be coerced to function pointers (`fn` or `unsafe fn`)
134+
environment. They can be coerced to function pointers (e.g., `fn()`)
135135
with the matching signature.
136136

137137
```rust

0 commit comments

Comments
 (0)