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.
2 parents b1011fa + 6fa3f0e commit f0f27b4Copy full SHA for f0f27b4
reference/src/layout/function-pointers.md
@@ -26,7 +26,7 @@ or the address of a function.
26
### Representation
27
28
The ABI and layout of `(unsafe)? (extern "ABI")? fn(Args...) -> Ret`
29
-is exactly that of the corresonding C type --
+is exactly that of the corresponding C type --
30
the lack of a null value does not change this.
31
On common platforms, this means that `*const ()` and `fn(Args...) -> Ret` have
32
the same ABI and layout. This is, in fact, guaranteed by POSIX and Windows.
0 commit comments