Skip to content

Commit 48b5192

Browse files
authored
Minor grammar fix to ffi.md
1 parent fd983d0 commit 48b5192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/ffi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ internal details.
9595

9696
Wrapping the functions which expect buffers involves using the `slice::raw` module to manipulate Rust
9797
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
98+
length is the number of elements currently contained, and the capacity is the total size in elements of
9999
the allocated memory. The length is less than or equal to the capacity.
100100

101101
```rust

0 commit comments

Comments
 (0)