We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e937ae9 commit df94bfcCopy full SHA for df94bfc
compiler/rustc_middle/src/ty/list.rs
@@ -24,7 +24,7 @@ extern "C" {
24
/// This means we can use pointer for both
25
/// equality comparisons and hashing.
26
///
27
-/// Unlike slices, The types contained in `List` are expected to be `Copy`
+/// Unlike slices, the types contained in `List` are expected to be `Copy`
28
/// and iterating over a `List` returns `T` instead of a reference.
29
30
/// Note: `Slice` was already taken by the `Ty`.
0 commit comments