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`].*