mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
style-guide: Fix typo: s/right-hand side/left-hand side/
This commit is contained in:
parent
9ccc104d14
commit
69d29a70da
@ -688,7 +688,7 @@ match foo {
|
|||||||
```
|
```
|
||||||
|
|
||||||
If the body is a single expression with no line comments and not a control flow
|
If the body is a single expression with no line comments and not a control flow
|
||||||
expression, start it on the same line as the right-hand side. If not, then it
|
expression, start it on the same line as the left-hand side. If not, then it
|
||||||
must be in a block. Example:
|
must be in a block. Example:
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
Loading…
Reference in New Issue
Block a user