From e28c0ea2be3407279ffb1768aa747e9ba8a4fbb6 Mon Sep 17 00:00:00 2001 From: Linda_pp Date: Thu, 16 Jul 2020 23:57:47 +0900 Subject: [PATCH] Fix typo in the latest release note --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`, `Rc` now implement `From>`, and `Box` now