Skip to content

Commit b90e407

Browse files
committed
rollup merge of rust-lang#22484: riginding/master
2 parents f365717 + b8527c0 commit b90e407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/ffi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,6 @@ pub extern fn hello_rust() -> *const u8 {
541541

542542
The `extern` makes this function adhere to the C calling convention, as
543543
discussed above in "[Foreign Calling
544-
Conventions](guide-ffi.html#foreign-calling-conventions)". The `no_mangle`
544+
Conventions](ffi.html#foreign-calling-conventions)". The `no_mangle`
545545
attribute turns off Rust's name mangling, so that it is easier to link to.
546546

0 commit comments

Comments
 (0)