mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-17 06:26:55 +00:00
style-guide: Fix typo
"does done fit" should have been "does not fit".
This commit is contained in:
parent
2efe091705
commit
9637d44014
@ -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…
Reference in New Issue
Block a user