Skip to content

Commit

Permalink
typo "struct has is 0-sized"
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Schneider committed Jul 6, 2015
1 parent a2b927c commit 144e449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/collections/hash/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub trait HashState {
/// A structure which is a factory for instances of `Hasher` which implement the
/// default trait.
///
/// This struct has is 0-sized and does not need construction.
/// This struct is 0-sized and does not need construction.
pub struct DefaultState<H>(marker::PhantomData<H>);

impl<H: Default + hash::Hasher> HashState for DefaultState<H> {
Expand Down

0 comments on commit 144e449

Please sign in to comment.