We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2b927c + 144e449 commit 9748574Copy full SHA for 9748574
src/libstd/collections/hash/state.rs
@@ -38,7 +38,7 @@ pub trait HashState {
38
/// A structure which is a factory for instances of `Hasher` which implement the
39
/// default trait.
40
///
41
-/// This struct has is 0-sized and does not need construction.
+/// This struct is 0-sized and does not need construction.
42
pub struct DefaultState<H>(marker::PhantomData<H>);
43
44
impl<H: Default + hash::Hasher> HashState for DefaultState<H> {
0 commit comments