Skip to content

Commit

Permalink
small fix in RELEASES
Browse files Browse the repository at this point in the history
this grammar isn't correct
  • Loading branch information
steveklabnik authored and brson committed Aug 3, 2015
1 parent 3d997a8 commit 879358a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASES.md
Expand Up @@ -79,7 +79,7 @@ Libraries
are used by code generators to emit implementations of [`Debug`].
* `str` has new [`to_uppercase`][strup] and [`to_lowercase`][strlow]
methods that convert case, following Unicode case mapping.
* It is now easier to handle to poisoned locks. The [`PoisonError`]
* It is now easier to handle poisoned locks. The [`PoisonError`]
type, returned by failing lock operations, exposes `into_inner`,
`get_ref`, and `get_mut`, which all give access to the inner lock
guard, and allow the poisoned lock to continue to operate. The
Expand Down

0 comments on commit 879358a

Please sign in to comment.