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.
1 parent 0016af5 commit 1cceca8Copy full SHA for 1cceca8
src/doc/book/ffi.md
@@ -593,7 +593,7 @@ to represent a nullable function pointer using the C ABI (corresponding to the C
593
Here is a contrived example. Let's say some C library has a facility for registering a
594
callback, which gets called in certain situations. The callback is passed a function pointer
595
and an integer and it is supposed to run the function with the integer as a parameter. So
596
-we have function pointers flying across the FFI interface in both directions.
+we have function pointers flying across the FFI boundary in both directions.
597
598
```rust
599
use std::os::raw::c_int;
0 commit comments