From 9b89d8a7a2bd432613ec5d401a2f4eacc629e1a6 Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Sun, 23 Aug 2020 18:35:03 -0400 Subject: [PATCH] Fix link to `f32` Co-authored-by: Oliver Middleton --- library/std/src/primitive_docs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/std/src/primitive_docs.rs b/library/std/src/primitive_docs.rs index 409de011ef83..d163e79e037e 100644 --- a/library/std/src/primitive_docs.rs +++ b/library/std/src/primitive_docs.rs @@ -796,7 +796,7 @@ mod prim_f32 {} /// /// This type is very similar to [`f32`], but has increased /// precision by using twice as many bits. Please see [the documentation for -/// `f32`] or [Wikipedia on double precision +/// `f32`][`f32`] or [Wikipedia on double precision /// values][wikipedia] for more information. /// /// *[See also the `std::f64::consts` module][`crate::f64::consts`].*