Skip to content

Commit 9b89d8a

Browse files
Joshua Nelsonollie27
authored andcommitted
Fix link to f32
Co-authored-by: Oliver Middleton <[email protected]>
1 parent 621cbaa commit 9b89d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/primitive_docs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ mod prim_f32 {}
796796
///
797797
/// This type is very similar to [`f32`], but has increased
798798
/// precision by using twice as many bits. Please see [the documentation for
799-
/// `f32`] or [Wikipedia on double precision
799+
/// `f32`][`f32`] or [Wikipedia on double precision
800800
/// values][wikipedia] for more information.
801801
///
802802
/// *[See also the `std::f64::consts` module][`crate::f64::consts`].*

0 commit comments

Comments
 (0)