Skip to content

Commit 7952ab7

Browse files
authored
Update ffi.md
a typo in ffi.md
1 parent f17a018 commit 7952ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ffi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ libc = "0.2.0"
2525

2626
Because [snappy](https://github.com/google/snappy) is a static library by default.
2727
So there is no C++ std linked in the output artifact.
28-
n order to use this foreign library in Rust, we have to manually specify that we want to link stdc++ in our project.
28+
In order to use this foreign library in Rust, we have to manually specify that we want to link stdc++ in our project.
2929
The easiest way to do this is by setting up a build script.
3030

3131
First edit `Cargo.toml`, inside `package` add `build = "build.rs"`:

0 commit comments

Comments
 (0)