style-guide: Fix typo

"does done fit" should have been "does not fit".
This commit is contained in:
Josh Triplett 2023-06-22 11:53:49 -07:00
parent 2efe091705
commit 9637d44014

View File

@ -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 {
...
},