We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4c505b + 3ed320e commit e005c97Copy full SHA for e005c97
src/libcore/marker.rs
@@ -694,7 +694,7 @@ mod impls {
694
)]
695
#[lang = "discriminant_kind"]
696
pub trait DiscriminantKind {
697
- /// The type of the dicriminant, which must satisfy the trait
+ /// The type of the discriminant, which must satisfy the trait
698
/// bounds required by `mem::Discriminant`.
699
type Discriminant: Clone + Copy + Debug + Eq + PartialEq + Hash + Send + Sync + Unpin;
700
}
0 commit comments