Skip to content

Commit

Permalink
Minor grammar fix to ffi.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jedireza committed Nov 13, 2016
1 parent fd983d0 commit 48b5192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/ffi.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ internal details.

Wrapping the functions which expect buffers involves using the `slice::raw` module to manipulate Rust
vectors as pointers to memory. Rust's vectors are guaranteed to be a contiguous block of memory. The
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
the allocated memory. The length is less than or equal to the capacity.

```rust
Expand Down

0 comments on commit 48b5192

Please sign in to comment.