We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa309aa + f740783 commit 5642af8Copy full SHA for 5642af8
src/types/closure.md
@@ -131,8 +131,8 @@ more specific call traits:
131
> not how it captures them.
132
133
*Non-capturing closures* are closures that don't capture anything from their
134
-environment. They can be coerced to function pointers (`fn`) with the matching
135
-signature.
+environment. They can be coerced to function pointers (e.g., `fn()`)
+with the matching signature.
136
137
```rust
138
let add = |x, y| x + y;
0 commit comments