Skip to content

Commit daacb98

Browse files
Merge pull request #112 from Qwaz/master
insde -> inside
2 parents cbdf707 + b8cb3ff commit daacb98

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)