Skip to content

Commit

Permalink
Rollup merge of #113668 - kupiakos:patch-1, r=calebcartwright
Browse files Browse the repository at this point in the history
Correct `the` -> `there` typo in items.md
  • Loading branch information
matthiaskrgr authored Jul 13, 2023
2 parents 8d6d566 + 3ce5f6e commit aa2002e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/style-guide/src/items.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa2002e

Please sign in to comment.