Rollup merge of #80342 - pierwill:patch-1, r=lcnr

Fix typo
This commit is contained in:
Dylan DPC 2020-12-25 03:39:49 +01:00 committed by GitHub
commit 3cf289bd5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`.