We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd983d0 commit 48b5192Copy full SHA for 48b5192
src/doc/book/ffi.md
@@ -95,7 +95,7 @@ internal details.
95
96
Wrapping the functions which expect buffers involves using the `slice::raw` module to manipulate Rust
97
vectors as pointers to memory. Rust's vectors are guaranteed to be a contiguous block of memory. The
98
-length is number of elements currently contained, and the capacity is the total size in elements of
+length is the number of elements currently contained, and the capacity is the total size in elements of
99
the allocated memory. The length is less than or equal to the capacity.
100
101
```rust
0 commit comments