Skip to content

Commit 61e881e

Browse files
authored
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".
2 parents 4e96aba + 9637d44 commit 61e881e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ Where it is possible to use a block form on the right-hand side and avoid
690690
breaking the left-hand side, do that. E.g.
691691

692692
```rust
693-
// Assuming the following line does done fit in the max width
693+
// Assuming the following line does not fit in the max width
694694
a_very_long_pattern | another_pattern => ALongStructName {
695695
...
696696
},

0 commit comments

Comments
 (0)