Skip to content

Commit 1cceca8

Browse files
committed
foreign function interface interface
1 parent 0016af5 commit 1cceca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/ffi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ to represent a nullable function pointer using the C ABI (corresponding to the C
593593
Here is a contrived example. Let's say some C library has a facility for registering a
594594
callback, which gets called in certain situations. The callback is passed a function pointer
595595
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.
596+
we have function pointers flying across the FFI boundary in both directions.
597597

598598
```rust
599599
use std::os::raw::c_int;

0 commit comments

Comments
 (0)