Skip to content

Commit 3ce5f6e

Browse files
authored
Correct the -> there typo in items.md
1 parent 1b3e686 commit 3ce5f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/style-guide/src/items.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ impl<T: Display, U: Debug> SomeType<T, U> { ...
282282

283283
If the generics clause must be formatted across multiple lines, each parameter
284284
should have its own block-indented line, there should be newlines after the
285-
opening bracket and before the closing bracket, and the should be a trailing
285+
opening bracket and before the closing bracket, and there should be a trailing
286286
comma.
287287

288288
```rust

0 commit comments

Comments
 (0)