Skip to content

Commit

Permalink
Merge pull request #112 from peter50216/patch-2
Browse files Browse the repository at this point in the history
Fix typo in other-reprs.md
  • Loading branch information
Gankra committed Feb 26, 2019
2 parents e420e44 + 4efc85a commit f1ff93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/other-reprs.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ or C++. Any type you expect to pass through an FFI boundary should have
necessary to soundly do more elaborate tricks with data layout such as
reinterpreting values as a different type.

We strongly recommend using [rust-bindgen][] and/or [cbdingen][] to manage your FFI
We strongly recommend using [rust-bindgen][] and/or [cbindgen][] to manage your FFI
boundaries for you. The Rust team works closely with those projects to ensure
that they work robustly and are compatible with current and future guarantees
about type layouts and reprs.
Expand Down

0 comments on commit f1ff93b

Please sign in to comment.