We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef09587 commit 6c46fd0Copy full SHA for 6c46fd0
src/types/function-pointer.md
@@ -25,7 +25,7 @@ MaybeNamedFunctionParametersVariadic ->
25
```
26
27
r[type.fn-pointer.intro]
28
-Function pointer types, written using the `fn` keyword, refer to a function
+A function pointer type, written using the `fn` keyword, is a function
29
whose identity is not necessarily known at compile-time.
30
31
An example where `Binop` is defined as a function pointer type:
0 commit comments