Skip to content

Commit

Permalink
Rollup merge of rust-lang#73997 - rust-lang:lcnr-patch-1, r=jonas-sch…
Browse files Browse the repository at this point in the history
…ievink

fix typo

r? @Dylan-DPC
  • Loading branch information
Manishearth committed Jul 4, 2020
2 parents e4c505b + 3ed320e commit e005c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/marker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ mod impls {
)]
#[lang = "discriminant_kind"]
pub trait DiscriminantKind {
/// The type of the dicriminant, which must satisfy the trait
/// The type of the discriminant, which must satisfy the trait
/// bounds required by `mem::Discriminant`.
type Discriminant: Clone + Copy + Debug + Eq + PartialEq + Hash + Send + Sync + Unpin;
}
Expand Down

0 comments on commit e005c97

Please sign in to comment.