Skip to content

Commit f4fb7b8

Browse files
authored
Merge pull request #137 from iykHvfIvfR/patch-1
Fix typo/misspelling
2 parents d3c475f + 265057e commit f4fb7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ impl<T: Display, U: Debug> SomeType<T, U> { ...
276276

277277
If the generics clause must be formatted across multiple lines, each parameter
278278
should have its own block-indented line, there should be newlines after the
279-
opening bracket and before the closing bracket, and the should be a trailing
279+
opening bracket and before the closing bracket, and there should be a trailing
280280
comma.
281281

282282
```rust

0 commit comments

Comments
 (0)