We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc41536 + 64cc19d commit 0f6cea9Copy full SHA for 0f6cea9
src/doc/reference.md
@@ -3942,7 +3942,7 @@ initialized; this is enforced by the compiler.
3942
The Rust compiler supports various methods to link crates together both
3943
statically and dynamically. This section will explore the various methods to
3944
link Rust crates together, and more information about native libraries can be
3945
-found in the [ffi section of the book][ffi].
+found in the [FFI section of the book][ffi].
3946
3947
In one session of compilation, the compiler can generate multiple artifacts
3948
through the usage of either command line flags or the `crate_type` attribute.
0 commit comments