Rollup merge of #112935 - joshtriplett:style-guide-typo-fix, r=compiler-errors
style-guide: Fix typo "does done fit" should have been "does not fit".
This commit is contained in:
commit
61e881ede3
1 changed files with 1 additions and 1 deletions
|
@ -690,7 +690,7 @@ Where it is possible to use a block form on the right-hand side and avoid
|
|||
breaking the left-hand side, do that. E.g.
|
||||
|
||||
```rust
|
||||
// Assuming the following line does done fit in the max width
|
||||
// Assuming the following line does not fit in the max width
|
||||
a_very_long_pattern | another_pattern => ALongStructName {
|
||||
...
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue