Skip to content

Commit b8cb3ff

Browse files
committed
insde -> inside
1 parent cbdf707 commit b8cb3ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rust-2018/platform-and-target-support/cdylib-crates-for-c-interoperability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ the `cdylib` crate type in your `Cargo.toml`:
1414
crate-type = ["cdylib"]
1515
```
1616

17-
This will produce a smaller binary, with no Rust-specific information insde
18-
of it.
17+
This will produce a smaller binary, with no Rust-specific information inside
18+
of it.

0 commit comments

Comments
 (0)