Skip to content

Commit 74cb659

Browse files
Formatting
1 parent 4fc2710 commit 74cb659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/02_basic_calculator/03_if_else.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if number < 5 {
3838

3939
### `else if` clauses
4040

41-
Your code drifts more and more to the right when you have multiple `if` expressions, one nested inside the other.\
41+
Your code drifts more and more to the right when you have multiple `if` expressions, one nested inside the other.
4242

4343
```rust
4444
let number = 3;

0 commit comments

Comments
 (0)