Skip to content

Commit

Permalink
Correct the -> there typo in items.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kupiakos authored Jul 13, 2023
1 parent 1b3e686 commit 3ce5f6e
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 3ce5f6e

Please sign in to comment.