Skip to content

Commit e005c97

Browse files
authored
Rollup merge of rust-lang#73997 - rust-lang:lcnr-patch-1, r=jonas-schievink
fix typo r? @Dylan-DPC
2 parents e4c505b + 3ed320e commit e005c97

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)