diff options
| author | Linda_pp <rhysd@users.noreply.github.com> | 2020-07-16 23:57:47 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-16 23:57:47 +0900 |
| commit | e28c0ea2be3407279ffb1768aa747e9ba8a4fbb6 (patch) | |
| tree | 079125c8134c9116098796b7faff1eb73445e4f7 | |
| parent | 125c58caebc67c32ec45ac6c0581b596fd532082 (diff) | |
| download | rust-e28c0ea2be3407279ffb1768aa747e9ba8a4fbb6.tar.gz rust-e28c0ea2be3407279ffb1768aa747e9ba8a4fbb6.zip | |
Fix typo in the latest release note
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 7bac14cb415..f36cdee0975 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -47,7 +47,7 @@ Libraries // Prints "abcdefghijklmnopqrstuvwxyz" ``` - [`OsString` now implements `FromStr`.][71662] -- [The `saturating_neg` method as been added to all signed integer primitive +- [The `saturating_neg` method has been added to all signed integer primitive types, and the `saturating_abs` method has been added for all integer primitive types.][71886] - [`Arc<T>`, `Rc<T>` now implement `From<Cow<'_, T>>`, and `Box` now |
