about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2021-07-24 09:52:03 -0700
committerGitHub <noreply@github.com>2021-07-24 09:52:03 -0700
commit25fab0c8a7e5cd914c90902b559f35f0af7bde2c (patch)
tree014869a0e4abdf8cc599011a98af0f11d2358f92
parente932113c7eb2805154d8ef0419fa5bffdebe38b8 (diff)
parent30b619771d41a9fb0914b5064050bb1aa202439a (diff)
downloadrust-25fab0c8a7e5cd914c90902b559f35f0af7bde2c.tar.gz
rust-25fab0c8a7e5cd914c90902b559f35f0af7bde2c.zip
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)
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 35e5627e61f..6eb70dee395 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -44,7 +44,7 @@ Libraries
 - [`leading_zeros`, and `trailing_zeros` are now available on all
   `NonZero` integer types.][84082]
 - [`{f32, f64}::from_str` now parse and print special values
-  (`NaN`, `-0`) according to IEEE RFC 754.][78618]
+  (`NaN`, `-0`) according to IEEE 754.][78618]
 - [You can now index into slices using `(Bound<usize>, Bound<usize>)`.][77704]
 - [Add the `BITS` associated constant to all numeric types.][82565]