Skip to content

Commit f1ff93b

Browse files
authored
Merge pull request #112 from peter50216/patch-2
Fix typo in other-reprs.md
2 parents e420e44 + 4efc85a commit f1ff93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/other-reprs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ or C++. Any type you expect to pass through an FFI boundary should have
1515
necessary to soundly do more elaborate tricks with data layout such as
1616
reinterpreting values as a different type.
1717

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

0 commit comments

Comments
 (0)