Skip to content

Commit a4db39a

Browse files
committed
tutorial-ffi: add missing word
1 parent 5d5e1a6 commit a4db39a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tutorial-ffi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ extern {
6565

6666
# Creating a safe interface
6767

68-
The raw C API needs to be wrapped to provide memory safety and make use higher-level concepts like
69-
vectors. A library can choose to expose only the safe, high-level interface and hide the unsafe
68+
The raw C API needs to be wrapped to provide memory safety and make use of higher-level concepts
69+
like vectors. A library can choose to expose only the safe, high-level interface and hide the unsafe
7070
internal details.
7171

7272
Wrapping the functions which expect buffers involves using the `vec::raw` module to manipulate Rust

0 commit comments

Comments
 (0)