1 parent ef09587 commit 55b1d69Copy full SHA for 55b1d69
1 file changed
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, refers to 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