Fix link to f32

Co-authored-by: Oliver Middleton <olliemail27@gmail.com>
This commit is contained in:
Joshua Nelson 2020-08-23 18:35:03 -04:00 committed by Surya Midatala
parent 621cbaafff
commit 9b89d8a7a2

View File

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