Skip to content

Commit 55b1d69

Browse files
committed
do not mix singular and plural
1 parent ef09587 commit 55b1d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/function-pointer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ MaybeNamedFunctionParametersVariadic ->
2525
```
2626

2727
r[type.fn-pointer.intro]
28-
Function pointer types, written using the `fn` keyword, refer to a function
28+
A function pointer type, written using the `fn` keyword, refers to a function
2929
whose identity is not necessarily known at compile-time.
3030

3131
An example where `Binop` is defined as a function pointer type:

0 commit comments

Comments
 (0)