Skip to content

Commit

Permalink
reference: "ffi" is normally in upper case
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Sep 24, 2015
1 parent 07ca1ab commit 64cc19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/reference.md
Expand Up @@ -3931,7 +3931,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.
Expand Down

0 comments on commit 64cc19d

Please sign in to comment.