Skip to content

Commit 043914f

Browse files
authored
Rollup merge of rust-lang#74397 - rhysd:patch-1, r=jonas-schievink
Fix typo in the latest release note
2 parents c354524 + e28c0ea commit 043914f

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
@@ -47,7 +47,7 @@ Libraries
4747
// Prints "abcdefghijklmnopqrstuvwxyz"
4848
```
4949
- [`OsString` now implements `FromStr`.][71662]
50-
- [The `saturating_neg` method as been added to all signed integer primitive
50+
- [The `saturating_neg` method has been added to all signed integer primitive
5151
types, and the `saturating_abs` method has been added for all integer
5252
primitive types.][71886]
5353
- [`Arc<T>`, `Rc<T>` now implement `From<Cow<'_, T>>`, and `Box` now

0 commit comments

Comments
 (0)