Skip to content

Commit 0f6cea9

Browse files
committed
Rollup merge of #28771 - tshepang:upper-case, r=steveklabnik
2 parents bc41536 + 64cc19d commit 0f6cea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3942,7 +3942,7 @@ initialized; this is enforced by the compiler.
39423942
The Rust compiler supports various methods to link crates together both
39433943
statically and dynamically. This section will explore the various methods to
39443944
link Rust crates together, and more information about native libraries can be
3945-
found in the [ffi section of the book][ffi].
3945+
found in the [FFI section of the book][ffi].
39463946

39473947
In one session of compilation, the compiler can generate multiple artifacts
39483948
through the usage of either command line flags or the `crate_type` attribute.

0 commit comments

Comments
 (0)