Skip to content

Commit 9637d44

Browse files
committed
style-guide: Fix typo
"does done fit" should have been "does not fit".
1 parent 2efe091 commit 9637d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)