diff options
| author | Hunan Rostomyan <hunan131@gmail.com> | 2015-09-06 14:38:12 -0700 |
|---|---|---|
| committer | Hunan Rostomyan <hunan131@gmail.com> | 2015-09-06 14:38:12 -0700 |
| commit | b4afa8e2e5677ee18ecb138a53697a0275d6ebd0 (patch) | |
| tree | a303af55752a5354800f8d78038e1fb810d4117b /src | |
| parent | 01b9cc58ba0c91ec265d8c1ad9225b2ca777464e (diff) | |
| download | rust-b4afa8e2e5677ee18ecb138a53697a0275d6ebd0.tar.gz rust-b4afa8e2e5677ee18ecb138a53697a0275d6ebd0.zip | |
Fix a typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/trpl/advanced-linking.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/trpl/advanced-linking.md b/src/doc/trpl/advanced-linking.md index 8b8bbc20fcb..c27f309cf0a 100644 --- a/src/doc/trpl/advanced-linking.md +++ b/src/doc/trpl/advanced-linking.md @@ -34,8 +34,8 @@ formal `#[link(...)]` attribute on `extern` blocks instead. # Static linking -Static linking refers to the process of creating output that contain all -required libraries and so don't need libraries installed on every system where +Static linking refers to the process of creating output that contains all +required libraries and so doesn't need libraries installed on every system where you want to use your compiled project. Pure-Rust dependencies are statically linked by default so you can use created binaries and libraries without installing Rust everywhere. By contrast, native libraries |
