Skip to content

Commit 0b8985b

Browse files
committed
unwrap
1 parent 55b1d69 commit 0b8985b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/types/function-pointer.md

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

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

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

0 commit comments

Comments
 (0)