typo "struct has is 0-sized"

This commit is contained in:
Oliver Schneider 2015-07-06 13:58:37 +02:00
parent a2b927c5a4
commit 144e44923f

View file

@ -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> {