Skip to content

Commit 614f640

Browse files
committed
Rollup merge of #27502 - rust-lang:grammer, r=brson
this grammar isn't correct this should also get backported to beta /cc @brson
2 parents 0bf16ff + d7b9321 commit 614f640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Libraries
7979
are used by code generators to emit implementations of [`Debug`].
8080
* `str` has new [`to_uppercase`][strup] and [`to_lowercase`][strlow]
8181
methods that convert case, following Unicode case mapping.
82-
* It is now easier to handle to poisoned locks. The [`PoisonError`]
82+
* It is now easier to handle poisoned locks. The [`PoisonError`]
8383
type, returned by failing lock operations, exposes `into_inner`,
8484
`get_ref`, and `get_mut`, which all give access to the inner lock
8585
guard, and allow the poisoned lock to continue to operate. The

0 commit comments

Comments
 (0)