Skip to content

Commit

Permalink
Rollup merge of #112935 - joshtriplett:style-guide-typo-fix, r=compil…
Browse files Browse the repository at this point in the history
…er-errors

style-guide: Fix typo

"does done fit" should have been "does not fit".
  • Loading branch information
matthiaskrgr authored Jun 23, 2023
2 parents 4e96aba + 9637d44 commit 61e881e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/style-guide/src/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
...
},
Expand Down

0 comments on commit 61e881e

Please sign in to comment.