From c60a81bf0b65cce0c3c7f3adf5120ab813dd55bd Mon Sep 17 00:00:00 2001 From: 16yuki0702 Date: Wed, 21 Oct 2020 23:07:58 +0900 Subject: [PATCH] Formatting footer items. some footers have different format. this PR corrects them. --- src/hello/print/print_debug.md | 2 +- src/hello/print/print_display.md | 4 ++-- src/primitives.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/hello/print/print_debug.md b/src/hello/print/print_debug.md index 9f65460768..e9f043d93d 100644 --- a/src/hello/print/print_debug.md +++ b/src/hello/print/print_debug.md @@ -74,7 +74,7 @@ One can manually implement `fmt::Display` to control the display. ### See also: -[attributes][attributes], [`derive`][derive], [`std::fmt`][fmt], +[`attributes`][attributes], [`derive`][derive], [`std::fmt`][fmt], and [`struct`][structs] [attributes]: https://doc.rust-lang.org/reference/attributes.html diff --git a/src/hello/print/print_display.md b/src/hello/print/print_display.md index 2083a5f643..1ff31f27ac 100644 --- a/src/hello/print/print_display.md +++ b/src/hello/print/print_display.md @@ -118,8 +118,8 @@ Debug: Complex { real: 3.3, imag: 7.2 } ### See also: -[`derive`][derive], [`std::fmt`][fmt], [macros], [`struct`][structs], -[`trait`][traits], and [use][use] +[`derive`][derive], [`std::fmt`][fmt], [`macros`][macros], [`struct`][structs], +[`trait`][traits], and [`use`][use] [derive]: ../../trait/derive.md [fmt]: https://doc.rust-lang.org/std/fmt/ diff --git a/src/primitives.md b/src/primitives.md index dfa75068bc..6b579e5eaf 100644 --- a/src/primitives.md +++ b/src/primitives.md @@ -55,7 +55,7 @@ fn main() { ### See also: -[the `std` library][std], [`mut`][mut], [inference], and [shadowing] +[the `std` library][std], [`mut`][mut], [`inference`][inference], and [`shadowing`][shadowing] [std]: https://doc.rust-lang.org/std/ [mut]: variable_bindings/mut.md