We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc2710 commit 74cb659Copy full SHA for 74cb659
book/src/02_basic_calculator/03_if_else.md
@@ -38,7 +38,7 @@ if number < 5 {
38
39
### `else if` clauses
40
41
-Your code drifts more and more to the right when you have multiple `if` expressions, one nested inside the other.\
+Your code drifts more and more to the right when you have multiple `if` expressions, one nested inside the other.
42
43
```rust
44
let number = 3;
0 commit comments