Skip to content

Commit 6fa3f0e

Browse files
authored
Fix typo
1 parent b1011fa commit 6fa3f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: reference/src/layout/function-pointers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ or the address of a function.
2626
### Representation
2727

2828
The ABI and layout of `(unsafe)? (extern "ABI")? fn(Args...) -> Ret`
29-
is exactly that of the corresonding C type --
29+
is exactly that of the corresponding C type --
3030
the lack of a null value does not change this.
3131
On common platforms, this means that `*const ()` and `fn(Args...) -> Ret` have
3232
the same ABI and layout. This is, in fact, guaranteed by POSIX and Windows.

0 commit comments

Comments
 (0)