]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo in the latest release note
authorLinda_pp <rhysd@users.noreply.github.com>
Thu, 16 Jul 2020 14:57:47 +0000 (23:57 +0900)
committerGitHub <noreply@github.com>
Thu, 16 Jul 2020 14:57:47 +0000 (23:57 +0900)
RELEASES.md

index 7bac14cb415340a90d944ed62fd956bcdf910687..f36cdee0975a0394a0e866418fb3c894be2bcc01 100644 (file)
@@ -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