Skip to content

Commit 3316ef7

Browse files
authored
Auto merge of #37743 - jedireza:patch-2, r=bluss
Minor grammar fix to ffi.md
2 parents 876b761 + 48b5192 commit 3316ef7

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)