Rollup merge of #28771 - tshepang:upper-case, r=steveklabnik

This commit is contained in:
Steve Klabnik 2015-09-30 18:20:04 -04:00
commit 0f6cea9a86

View File

@ -3942,7 +3942,7 @@ initialized; this is enforced by the compiler.
The Rust compiler supports various methods to link crates together both
statically and dynamically. This section will explore the various methods to
link Rust crates together, and more information about native libraries can be
found in the [ffi section of the book][ffi].
found in the [FFI section of the book][ffi].
In one session of compilation, the compiler can generate multiple artifacts
through the usage of either command line flags or the `crate_type` attribute.