Skip to content

Commit 3ed320e

Browse files
authored
fix typo
1 parent f844ea1 commit 3ed320e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/marker.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ mod impls {
694694
)]
695695
#[lang = "discriminant_kind"]
696696
pub trait DiscriminantKind {
697-
/// The type of the dicriminant, which must satisfy the trait
697+
/// The type of the discriminant, which must satisfy the trait
698698
/// bounds required by `mem::Discriminant`.
699699
type Discriminant: Clone + Copy + Debug + Eq + PartialEq + Hash + Send + Sync + Unpin;
700700
}

0 commit comments

Comments
 (0)