Auto merge of #26821 - oli-obk:patch-1, r=sanxiyn

This commit is contained in:
bors 2015-07-06 12:20:23 +00:00
commit 9748574271

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