Skip to content

Commit d7b9321

Browse files
committed
small fix in RELEASES
this grammar isn't correct
1 parent 76ba3f0 commit d7b9321

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)