Skip to content

Commit 02d73f8

Browse files
authored
Merge pull request #210 from aokellermann/Grammar
Fix grammar issue
2 parents a301ff0 + 2cd2031 commit 02d73f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/set.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ use crate::raw::{AllocRef, Global};
7272
/// ```
7373
///
7474
/// The easiest way to use `HashSet` with a custom type is to derive
75-
/// [`Eq`] and [`Hash`]. We must also derive [`PartialEq`], this will in the
75+
/// [`Eq`] and [`Hash`]. We must also derive [`PartialEq`]. This will in the
7676
/// future be implied by [`Eq`].
7777
///
7878
/// ```

0 commit comments

Comments
 (0)