typo "struct has is 0-sized"
This commit is contained in:
parent
a2b927c5a4
commit
144e44923f
1 changed files with 1 additions and 1 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Reference in a new issue