]> git.lizzy.rs Git - rust.git/commitdiff
reference: "ffi" is normally in upper case
authorTshepang Lekhonkhobe <tshepang@gmail.com>
Thu, 24 Sep 2015 05:27:16 +0000 (07:27 +0200)
committerTshepang Lekhonkhobe <tshepang@gmail.com>
Thu, 24 Sep 2015 05:27:16 +0000 (07:27 +0200)
src/doc/reference.md

index 83849574260e1ff93034292314a991f962be5935..046462e0807790d900eb0e492ae59ce08facc814 100644 (file)
@@ -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.