Rollup merge of #113668 - kupiakos:patch-1, r=calebcartwright

Correct `the` -> `there` typo in items.md
This commit is contained in:
Matthias Krüger 2023-07-14 01:03:09 +02:00 committed by GitHub
commit aa2002ea0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -282,7 +282,7 @@ impl<T: Display, U: Debug> SomeType<T, U> { ...
If the generics clause must be formatted across multiple lines, each parameter
should have its own block-indented line, there should be newlines after the
opening bracket and before the closing bracket, and the should be a trailing
opening bracket and before the closing bracket, and there should be a trailing
comma.
```rust