Skip to content

Commit

Permalink
Rollup merge of #80342 - pierwill:patch-1, r=lcnr
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Dylan-DPC authored Dec 25, 2020
2 parents 28267e3 + df94bfc commit 3cf289b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_middle/src/ty/list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ extern "C" {
/// This means we can use pointer for both
/// equality comparisons and hashing.
///
/// Unlike slices, The types contained in `List` are expected to be `Copy`
/// Unlike slices, the types contained in `List` are expected to be `Copy`
/// and iterating over a `List` returns `T` instead of a reference.
///
/// Note: `Slice` was already taken by the `Ty`.
Expand Down

0 comments on commit 3cf289b

Please sign in to comment.