Skip to content

Commit 4efc85a

Browse files
authored
Fix typo in other-reprs.md
1 parent bc9c1db commit 4efc85a

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)