Skip to content

Commit df94bfc

Browse files
authored
Fix typo
1 parent e937ae9 commit df94bfc

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_middle/src/ty

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/ty/list.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extern "C" {
2424
/// This means we can use pointer for both
2525
/// equality comparisons and hashing.
2626
///
27-
/// Unlike slices, The types contained in `List` are expected to be `Copy`
27+
/// Unlike slices, the types contained in `List` are expected to be `Copy`
2828
/// and iterating over a `List` returns `T` instead of a reference.
2929
///
3030
/// Note: `Slice` was already taken by the `Ty`.

0 commit comments

Comments
 (0)