Skip to content

Commit 64cc19d

Browse files
committed
reference: "ffi" is normally in upper case
1 parent 07ca1ab commit 64cc19d

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
@@ -3931,7 +3931,7 @@ initialized; this is enforced by the compiler.
39313931
The Rust compiler supports various methods to link crates together both
39323932
statically and dynamically. This section will explore the various methods to
39333933
link Rust crates together, and more information about native libraries can be
3934-
found in the [ffi section of the book][ffi].
3934+
found in the [FFI section of the book][ffi].
39353935

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

0 commit comments

Comments
 (0)