Skip to content

Commit 17ea9e3

Browse files
authored
Remove orphaned doc link and clean up grammar a bit
1 parent 078b5d3 commit 17ea9e3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

library/core/src/primitive_docs.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,16 +1187,15 @@ mod prim_f64 {}
11871187
/// as many bits as `f64`. Please see [the documentation for [`prim@f32`] or [Wikipedia on
11881188
/// quad-precision values][wikipedia] for more information.
11891189
///
1190-
/// Note that no platforms have hardware support for `f128` without enabling target specific features
1191-
/// as for all instruction set architectures, `f128` is considered an optional feature.
1190+
/// Note that no platforms have hardware support for `f128` without enabling target specific features,
1191+
/// as for all instruction set architectures `f128` is considered an optional feature.
11921192
/// Only Power ISA ("PowerPC") and RISCV specify it, and only certain microarchitectures
11931193
/// actually implement it. For x86-64 and AArch64, ISA support is not even specified,
11941194
/// so it will always be a software implementation significantly slower than `f64`.
11951195
///
11961196
/// *[See also the `std::f128::consts` module](crate::f128::consts).*
11971197
///
11981198
/// [wikipedia]: https://en.wikipedia.org/wiki/Quadruple-precision_floating-point_format
1199-
/// [wikipedia-support]: https://en.wikipedia.org/wiki/Quadruple-precision_floating-point_format#Hardware_support
12001199
#[unstable(feature = "f128", issue = "116909")]
12011200
mod prim_f128 {}
12021201

0 commit comments

Comments
 (0)