Skip to content

Commit 25fab0c

Browse files
authored
Rollup merge of #87419 - programmerjake:patch-1, r=nagisa
IEEE 754 is not an RFC If there were something between `IEEE` and `754`, it would be `STD`: [`IEEE STD 754-2019`](https://doi.org/10.1109%2FIEEESTD.2019.8766229)
2 parents e932113 + 30b6197 commit 25fab0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Libraries
4444
- [`leading_zeros`, and `trailing_zeros` are now available on all
4545
`NonZero` integer types.][84082]
4646
- [`{f32, f64}::from_str` now parse and print special values
47-
(`NaN`, `-0`) according to IEEE RFC 754.][78618]
47+
(`NaN`, `-0`) according to IEEE 754.][78618]
4848
- [You can now index into slices using `(Bound<usize>, Bound<usize>)`.][77704]
4949
- [Add the `BITS` associated constant to all numeric types.][82565]
5050

0 commit comments

Comments
 (0)