Skip to content

Commit aa2002e

Browse files
authored
Rollup merge of rust-lang#113668 - kupiakos:patch-1, r=calebcartwright
Correct `the` -> `there` typo in items.md
2 parents 8d6d566 + 3ce5f6e commit aa2002e

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)